René's URL Explorer Experiment


Title: Issue 39763: distutils.spawn should use subprocess (hang in parallel builds on QNX) - Python tracker

Mail addresses
lock=lock@entry
microseconds=microseconds@entry
intr_flag=intr_flag@entry
root@x065
root@x065

direct link

Domain: bugs.python.org

Nonetext/html; charset=utf-8

Links:

https://bugs.python.org/
Python Homehttps://www.python.org/
Abouthttps://www.python.org/about/
Newshttps://www.python.org/blogs/
Documentationhttps://www.python.org/doc/
Downloadshttps://www.python.org/downloads/
Communityhttps://www.python.org/community/
Foundationhttps://www.python.org/psf/
Developer's Guidehttps://devguide.python.org/
Issue Trackerhttps://bugs.python.org/
Searchhttps://bugs.python.org/issue?@template=search&status=1
Random Issuehttps://bugs.python.org/issue?@action=random
Issues with patchhttps://bugs.python.org/issue?status=1&@sort=-activity&@columns=id%2Cgithub%2Cactivity%2Ctitle%2Ccreator%2Cstatus&@dispname=Issues%20with%20patch&@startwith=0&@group=priority&keywords=2&@action=search&@filter=&@pagesize=50
Easy issueshttps://bugs.python.org/issue?status=1&@sort=-activity&@columns=id%2Cgithub%2Cactivity%2Ctitle%2Ccreator%2Cstatus&@dispname=Easy%20issues&@startwith=0&@group=priority&keywords=6&@action=search&@filter=&@pagesize=50
Statshttps://bugs.python.org/issue?@template=stats
Lost your login?https://bugs.python.org/user?@template=forgotten
User Listhttps://bugs.python.org/user?@sort=username
Committer Listhttps://bugs.python.org/user?iscommitter=1&@action=search&@sort=username&@pagesize=300
Tracker Documentationhttp://docs.python.org/devguide/triaging.html
Tracker Developmenthttp://wiki.python.org/moin/TrackerDevelopment
Report Tracker Problemhttps://github.com/python/psf-infra-meta/issues
https://github.com/python/cpython/issues
GitHubhttps://github.com/python/cpython/issues
see the GitHub FAQs in the Python's Developer Guide.https://devguide.python.org/gh-faq/
This issue has been migrated to GitHub: https://github.com/python/cpython/issues/83944 https://github.com/python/cpython/issues/83944
Titlehttp://docs.python.org/devguide/triaging.html#title
Typehttp://docs.python.org/devguide/triaging.html#type
Stagehttp://docs.python.org/devguide/triaging.html#stage
Componentshttp://docs.python.org/devguide/triaging.html#components
Versionshttp://docs.python.org/devguide/triaging.html#versions
Statushttp://docs.python.org/devguide/triaging.html#status
Resolutionhttp://docs.python.org/devguide/triaging.html#resolution
Dependencieshttp://docs.python.org/devguide/triaging.html#dependencies
Supersederhttp://docs.python.org/devguide/triaging.html#superseder
Assigned Tohttp://docs.python.org/devguide/triaging.html#assigned-to
Nosy Listhttp://docs.python.org/devguide/triaging.html#nosy-list
Priorityhttp://docs.python.org/devguide/triaging.html#priority
Keywordshttp://docs.python.org/devguide/triaging.html#keywords
fork_mt.pyhttps://bugs.python.org/file48917/fork_mt.py
PR 18743https://github.com/python/cpython/pull/18743
PR 18778https://github.com/python/cpython/pull/18778
PR 18847https://github.com/python/cpython/pull/18847
PR 18872https://github.com/python/cpython/pull/18872
msg362717https://bugs.python.org/issue39763#msg362717
(view)https://bugs.python.org/msg362717
msg362728https://bugs.python.org/issue39763#msg362728
(view)https://bugs.python.org/msg362728
https://mail.python.org/archives/list/python-dev@python.org/thread/PTJ3UAZNYBYBYQ4WLMSERZR2XIVWISLM/https://mail.python.org/archives/list/python-dev@python.org/thread/PTJ3UAZNYBYBYQ4WLMSERZR2XIVWISLM/
msg362731https://bugs.python.org/issue39763#msg362731
(view)https://bugs.python.org/msg362731
msg362732https://bugs.python.org/issue39763#msg362732
(view)https://bugs.python.org/msg362732
msg362743https://bugs.python.org/issue39763#msg362743
(view)https://bugs.python.org/msg362743
msg362752https://bugs.python.org/issue39763#msg362752
(view)https://bugs.python.org/msg362752
concurrent/futures/_base.pyhttps://github.com/python/cpython/blob/3.8/Lib/concurrent/futures/_base.py#L434
threading.pyhttps://github.com/python/cpython/blob/3.8/Lib/threading.py#L302
concurrent/futures/thread.pyhttps://github.com/python/cpython/blob/3.8/Lib/concurrent/futures/thread.py#L78
concurrent/futures/thread.pyhttps://github.com/python/cpython/blob/3.8/Lib/concurrent/futures/thread.py#L78
concurrent/futures/thread.pyhttps://github.com/python/cpython/blob/3.8/Lib/concurrent/futures/thread.py#L78
concurrent/futures/thread.pyhttps://github.com/python/cpython/blob/3.8/Lib/concurrent/futures/thread.py#L78
msg362794https://bugs.python.org/issue39763#msg362794
(view)https://bugs.python.org/msg362794
msg362818https://bugs.python.org/issue39763#msg362818
(view)https://bugs.python.org/msg362818
msg362822https://bugs.python.org/issue39763#msg362822
(view)https://bugs.python.org/msg362822
Lib/logging/__init__.pyhttps://github.com/python/cpython/blob/master/Lib/logging/__init__.py
msg362824https://bugs.python.org/issue39763#msg362824
(view)https://bugs.python.org/msg362824
msg362826https://bugs.python.org/issue39763#msg362826
(view)https://bugs.python.org/msg362826
Python/thread_pthread.h:459https://github.com/python/cpython/blob/master/Python/thread_pthread.h#L459
Objects/descrobject.c:332https://github.com/python/cpython/blob/master/Objects/descrobject.c#L332
Python/ceval.c:4987https://github.com/python/cpython/blob/master/Python/ceval.c#L4987
Python/ceval.c:3486https://github.com/python/cpython/blob/master/Python/ceval.c#L3486
Objects/call.c:283https://github.com/python/cpython/blob/master/Objects/call.c#L283
Python/ceval.c:4987https://github.com/python/cpython/blob/master/Python/ceval.c#L4987
Python/ceval.c:3500https://github.com/python/cpython/blob/master/Python/ceval.c#L3500
Objects/call.c:283https://github.com/python/cpython/blob/master/Objects/call.c#L283
Python/ceval.c:4987https://github.com/python/cpython/blob/master/Python/ceval.c#L4987
Python/ceval.c:3500https://github.com/python/cpython/blob/master/Python/ceval.c#L3500
Objects/call.c:283https://github.com/python/cpython/blob/master/Objects/call.c#L283
Python/ceval.c:4987https://github.com/python/cpython/blob/master/Python/ceval.c#L4987
Python/ceval.c:3486https://github.com/python/cpython/blob/master/Python/ceval.c#L3486
Objects/call.c:283https://github.com/python/cpython/blob/master/Objects/call.c#L283
Objects/call.c:96https://github.com/python/cpython/blob/master/Objects/call.c#L96
msg362847https://bugs.python.org/issue39763#msg362847
(view)https://bugs.python.org/msg362847
msg363017https://bugs.python.org/issue39763#msg363017
(view)https://bugs.python.org/msg363017
msg363038https://bugs.python.org/issue39763#msg363038
(view)https://bugs.python.org/msg363038
msg363058https://bugs.python.org/issue39763#msg363058
(view)https://bugs.python.org/msg363058
https://github.com/python/cpython/blob/master/Modules/_posixsubprocess.c#L828-L854https://github.com/python/cpython/blob/master/Modules/_posixsubprocess.c#L828-L854
msg363165https://bugs.python.org/issue39763#msg363165
(view)https://bugs.python.org/msg363165
msg363172https://bugs.python.org/issue39763#msg363172
(view)https://bugs.python.org/msg363172
PR 18743https://github.com/python/cpython/pull/18743
msg363173https://bugs.python.org/issue39763#msg363173
(view)https://bugs.python.org/msg363173
msg363176https://bugs.python.org/issue39763#msg363176
(view)https://bugs.python.org/msg363176
msg363349https://bugs.python.org/issue39763#msg363349
(view)https://bugs.python.org/msg363349
1ec63b62035e73111e204a0e03b83503e1c58f2ehttps://hg.python.org/lookup/1ec63b62035e73111e204a0e03b83503e1c58f2e
bpo-39763https://bugs.python.org/issue39763
GH-18743https://github.com/python/cpython/pull/18743
https://github.com/python/cpython/commit/1ec63b62035e73111e204a0e03b83503e1c58f2ehttps://github.com/python/cpython/commit/1ec63b62035e73111e204a0e03b83503e1c58f2e
msg363363https://bugs.python.org/issue39763#msg363363
(view)https://bugs.python.org/msg363363
00c77ae55a82548a6b45af73cdf712ea34910645https://hg.python.org/lookup/00c77ae55a82548a6b45af73cdf712ea34910645
bpo-39763https://bugs.python.org/issue39763
GH-18778https://github.com/python/cpython/pull/18778
https://github.com/python/cpython/commit/00c77ae55a82548a6b45af73cdf712ea34910645https://github.com/python/cpython/commit/00c77ae55a82548a6b45af73cdf712ea34910645
msg363646https://bugs.python.org/issue39763#msg363646
(view)https://bugs.python.org/msg363646
https://buildbot.python.org/all/#/builders/119/builds/384https://buildbot.python.org/all/#/builders/119/builds/384
distutils/command/build_ext.pyhttps://github.com/python/cpython/blob/3.9/Lib/distutils/command/build_ext.py#L33
distutils/command/build_ext.pyhttps://github.com/python/cpython/blob/3.9/Lib/distutils/command/build_ext.py#L63
distutils/util.pyhttps://github.com/python/cpython/blob/3.9/Lib/distutils/util.py#L107
distutils/util.pyhttps://github.com/python/cpython/blob/3.9/Lib/distutils/util.py#L83
_aix_support.pyhttps://github.com/python/cpython/blob/3.9/Lib/_aix_support.py#L83
_aix_support.pyhttps://github.com/python/cpython/blob/3.9/Lib/_aix_support.py#L53
msg363711https://bugs.python.org/issue39763#msg363711
(view)https://bugs.python.org/msg363711
PR 18872https://github.com/python/cpython/pull/18872
msg363749https://bugs.python.org/issue39763#msg363749
(view)https://bugs.python.org/msg363749
_aix_support.pyhttps://github.com/python/cpython/blob/3.9/Lib/_aix_support.py#L54
msg363754https://bugs.python.org/issue39763#msg363754
(view)https://bugs.python.org/msg363754
PR 18872https://github.com/python/cpython/pull/18872
msg363780https://bugs.python.org/issue39763#msg363780
(view)https://bugs.python.org/msg363780
msg363782https://bugs.python.org/issue39763#msg363782
(view)https://bugs.python.org/msg363782
addaaaa946855ad59c8f5c698aa0891d7e44f018https://hg.python.org/lookup/addaaaa946855ad59c8f5c698aa0891d7e44f018
bpo-39763https://bugs.python.org/issue39763
GH-18872https://github.com/python/cpython/pull/18872
https://github.com/python/cpython/commit/addaaaa946855ad59c8f5c698aa0891d7e44f018https://github.com/python/cpython/commit/addaaaa946855ad59c8f5c698aa0891d7e44f018
msg363784https://bugs.python.org/issue39763#msg363784
(view)https://bugs.python.org/msg363784
msg363840https://bugs.python.org/issue39763#msg363840
(view)https://bugs.python.org/msg363840
msg363841https://bugs.python.org/issue39763#msg363841
(view)https://bugs.python.org/msg363841
Programs/_testembed.ohttps://github.com/python/cpython/blob/master/Programs/_testembed.o
Modules/python.exphttps://github.com/python/cpython/blob/master/Modules/python.exp
Programs/_testembedhttps://github.com/python/cpython/blob/master/Programs/_testembed
Programs/_testembed.ohttps://github.com/python/cpython/blob/master/Programs/_testembed.o
msg363853https://bugs.python.org/issue39763#msg363853
(view)https://bugs.python.org/msg363853
test/support/__init__.pyhttps://github.com/python/cpython/blob/main/Lib/test/support/__init__.py#L6
asyncio/__init__.pyhttps://github.com/python/cpython/blob/main/Lib/asyncio/__init__.py#L8
asyncio/base_events.pyhttps://github.com/python/cpython/blob/main/Lib/asyncio/base_events.py#L23
socket.pyhttps://github.com/python/cpython/blob/main/Lib/socket.py#L51
pr18847https://github.com/python/cpython/pull/18847
test/test_socket.pyhttps://github.com/python/cpython/blob/3.9/Lib/test/test_socket.py#L1481
msg363855https://bugs.python.org/issue39763#msg363855
(view)https://bugs.python.org/msg363855
1ec63b62035e73111e204a0e03b83503e1c58f2ehttps://hg.python.org/lookup/1ec63b62035e73111e204a0e03b83503e1c58f2e
dffe4c07095e0c693e094d3c140e85a68bd8128ehttps://hg.python.org/lookup/dffe4c07095e0c693e094d3c140e85a68bd8128e
msg363943https://bugs.python.org/issue39763#msg363943
(view)https://bugs.python.org/msg363943
dffe4c07095e0c693e094d3c140e85a68bd8128ehttps://hg.python.org/lookup/dffe4c07095e0c693e094d3c140e85a68bd8128e
1ec63b62035e73111e204a0e03b83503e1c58f2ehttps://hg.python.org/lookup/1ec63b62035e73111e204a0e03b83503e1c58f2e
https://buildbot.python.org/all/#/builders/119/builds/383https://buildbot.python.org/all/#/builders/119/builds/383
https://buildbot.python.org/all/#/builders/227/builds/369https://buildbot.python.org/all/#/builders/227/builds/369
https://buildbot.python.org/all/#/builders/119/builds/384https://buildbot.python.org/all/#/builders/119/builds/384
https://buildbot.python.org/all/#/builders/227/builds/370https://buildbot.python.org/all/#/builders/227/builds/370
dffe4c07095e0c693e094d3c140e85a68bd8128ehttps://hg.python.org/lookup/dffe4c07095e0c693e094d3c140e85a68bd8128e
msg363945https://bugs.python.org/issue39763#msg363945
(view)https://bugs.python.org/msg363945
Programs/_testembed.ohttps://github.com/python/cpython/blob/master/Programs/_testembed.o
Modules/python.exphttps://github.com/python/cpython/blob/master/Modules/python.exp
Programs/_testembedhttps://github.com/python/cpython/blob/master/Programs/_testembed
Programs/_testembed.ohttps://github.com/python/cpython/blob/master/Programs/_testembed.o
Misc/python-config.shhttps://github.com/python/cpython/blob/master/Misc/python-config.sh
msg363947https://bugs.python.org/issue39763#msg363947
(view)https://bugs.python.org/msg363947
bpo-39936https://bugs.python.org/issue39936
msg372974https://bugs.python.org/issue39763#msg372974
(view)https://bugs.python.org/msg372974
issue41207https://bugs.python.org/issue41207
jaracohttps://bugs.python.org/user1290
msg372974https://bugs.python.org/msg372974
msg363947https://bugs.python.org/msg363947
msg363945https://bugs.python.org/msg363945
msg363943https://bugs.python.org/msg363943
gvanrossumhttps://bugs.python.org/user5
msg363855https://bugs.python.org/msg363855
msg363853https://bugs.python.org/msg363853
msg363841https://bugs.python.org/msg363841
msg363840https://bugs.python.org/msg363840
msg363784https://bugs.python.org/msg363784
msg363782https://bugs.python.org/msg363782
msg363780https://bugs.python.org/msg363780
msg363754https://bugs.python.org/msg363754
msg363749https://bugs.python.org/msg363749
msg363711https://bugs.python.org/msg363711
pull_request18230https://bugs.python.org/pull_request18230
pull_request18204https://bugs.python.org/pull_request18204
Michael.Felthttps://bugs.python.org/user20518
msg363646https://bugs.python.org/msg363646
msg363363https://bugs.python.org/msg363363
pull_request18134https://bugs.python.org/pull_request18134
msg363349https://bugs.python.org/msg363349
msg363176https://bugs.python.org/msg363176
msg363173https://bugs.python.org/msg363173
msg363172https://bugs.python.org/msg363172
patchhttps://bugs.python.org/keyword2
pull_request18098https://bugs.python.org/pull_request18098
msg363165https://bugs.python.org/msg363165
msg363058https://bugs.python.org/msg363058
p-gansslehttps://bugs.python.org/user24890
msg363038https://bugs.python.org/msg363038
msg363017https://bugs.python.org/msg363017
msg362847https://bugs.python.org/msg362847
msg362826https://bugs.python.org/msg362826
msg362824https://bugs.python.org/msg362824
msg362822https://bugs.python.org/msg362822
msg362818https://bugs.python.org/msg362818
msg362794https://bugs.python.org/msg362794
msg362752https://bugs.python.org/msg362752
msg362743https://bugs.python.org/msg362743
msg362732https://bugs.python.org/msg362732
msg362731https://bugs.python.org/msg362731
vstinnerhttps://bugs.python.org/user2377
eric.araujohttps://bugs.python.org/user7641
dstuffthttps://bugs.python.org/user17248
p-gansslehttps://bugs.python.org/user24890
msg362728https://bugs.python.org/msg362728
gvanrossumhttps://bugs.python.org/user5
pitrouhttps://bugs.python.org/user2040
The Python Software Foundationhttps://python.org/psf-landing/
Rounduphttp://roundup.sourceforge.net
Python Software Foundationhttp://python.org/psf
Legal Statementshttp://python.org/about/legal

URLs of crawlers that visited me.