René's URL Explorer Experiment


Title: Issue 29335: subprocess module does not check WIFSTOPPED on SIGCHLD - Python tracker

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/73521 https://github.com/python/cpython/issues/73521
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
bug.pyhttps://bugs.python.org/file46363/bug.py
issue29335-gps01.diffhttps://bugs.python.org/file46385/issue29335-gps01.diff
reviewhttps://bugs.python.org/review/29335/#ps19809
issue29335-gps02.diffhttps://bugs.python.org/file46386/issue29335-gps02.diff
reviewhttps://bugs.python.org/review/29335/#ps19810
PR 1757https://github.com/python/cpython/pull/1757
PR 2405https://github.com/python/cpython/pull/2405
PR 2410https://github.com/python/cpython/pull/2410
PR 2411https://github.com/python/cpython/pull/2411
msg285921https://bugs.python.org/issue29335#msg285921
(view)https://bugs.python.org/msg285921
https://github.com/python/cpython/blob/2.7/Lib/subprocess.py#L1036-L1038https://github.com/python/cpython/blob/2.7/Lib/subprocess.py#L1036-L1038
msg285996https://bugs.python.org/issue29335#msg285996
(view)https://bugs.python.org/msg285996
msg286023https://bugs.python.org/issue29335#msg286023
(view)https://bugs.python.org/msg286023
msg286031https://bugs.python.org/issue29335#msg286031
(view)https://bugs.python.org/msg286031
msg286036https://bugs.python.org/issue29335#msg286036
(view)https://bugs.python.org/msg286036
269296b2a047https://hg.python.org/lookup/269296b2a047
#29335https://bugs.python.org/issue29335
https://hg.python.org/cpython/rev/269296b2a047https://hg.python.org/cpython/rev/269296b2a047
ed5255a61648https://hg.python.org/lookup/ed5255a61648
#29335https://bugs.python.org/issue29335
https://hg.python.org/cpython/rev/ed5255a61648https://hg.python.org/cpython/rev/ed5255a61648
4f5e7d018195https://hg.python.org/lookup/4f5e7d018195
#29335https://bugs.python.org/issue29335
https://hg.python.org/cpython/rev/4f5e7d018195https://hg.python.org/cpython/rev/4f5e7d018195
msg286046https://bugs.python.org/issue29335#msg286046
(view)https://bugs.python.org/msg286046
http://buildbot.python.org/all/builders/x86%20Tiger%203.6/builds/142/steps/test/logs/stdiohttp://buildbot.python.org/all/builders/x86%20Tiger%203.6/builds/142/steps/test/logs/stdio
issue29335https://bugs.python.org/issue29335
test/test_subprocess.pyhttps://github.com/python/cpython/blob/3.6/Lib/test/test_subprocess.py#L2514
ctypes/__init__.pyhttps://github.com/python/cpython/blob/3.6/Lib/ctypes/__init__.py#L348
http://buildbot.python.org/all/builders/x86%20Ubuntu%20Shared%203.x/builds/240/steps/test/logs/stdiohttp://buildbot.python.org/all/builders/x86%20Ubuntu%20Shared%203.x/builds/240/steps/test/logs/stdio
msg286050https://bugs.python.org/issue29335#msg286050
(view)https://bugs.python.org/msg286050
8e3d412f8e89https://hg.python.org/lookup/8e3d412f8e89
#29335https://bugs.python.org/issue29335
https://hg.python.org/cpython/rev/8e3d412f8e89https://hg.python.org/cpython/rev/8e3d412f8e89
msg286057https://bugs.python.org/issue29335#msg286057
(view)https://bugs.python.org/msg286057
msg286099https://bugs.python.org/issue29335#msg286099
(view)https://bugs.python.org/msg286099
msg286100https://bugs.python.org/issue29335#msg286100
(view)https://bugs.python.org/msg286100
msg286102https://bugs.python.org/issue29335#msg286102
(view)https://bugs.python.org/msg286102
https://docs.python.org/3/library/ctypes.html#finding-shared-librarieshttps://docs.python.org/3/library/ctypes.html#finding-shared-libraries
msg294251https://bugs.python.org/issue29335#msg294251
(view)https://bugs.python.org/msg294251
56bc3b768c3cc3817031b56d5e7a279aa1296bc9https://hg.python.org/lookup/56bc3b768c3cc3817031b56d5e7a279aa1296bc9
bpo-29335https://bugs.python.org/issue29335
#1757https://bugs.python.org/issue1757
https://github.com/python/cpython/commit/56bc3b768c3cc3817031b56d5e7a279aa1296bc9https://github.com/python/cpython/commit/56bc3b768c3cc3817031b56d5e7a279aa1296bc9
msg294308https://bugs.python.org/issue29335#msg294308
(view)https://bugs.python.org/msg294308
https://github.com/google/python-subprocess32/commit/0f1958e982bf44db569470def7281bcafa2a8b0ehttps://github.com/google/python-subprocess32/commit/0f1958e982bf44db569470def7281bcafa2a8b0e
msg296907https://bugs.python.org/issue29335#msg296907
(view)https://bugs.python.org/msg296907
cdee3f14f7f4c995e7eedb0bf6a67e260c739f7dhttps://hg.python.org/lookup/cdee3f14f7f4c995e7eedb0bf6a67e260c739f7d
bpo-30764https://bugs.python.org/issue30764
#2405https://bugs.python.org/issue2405
https://github.com/python/cpython/commit/cdee3f14f7f4c995e7eedb0bf6a67e260c739f7dhttps://github.com/python/cpython/commit/cdee3f14f7f4c995e7eedb0bf6a67e260c739f7d
msg296910https://bugs.python.org/issue29335#msg296910
(view)https://bugs.python.org/msg296910
849b062a82ca2f09e33259d34067faba196c9e23https://hg.python.org/lookup/849b062a82ca2f09e33259d34067faba196c9e23
bpo-30764https://bugs.python.org/issue30764
#2405https://bugs.python.org/issue2405
#2411https://bugs.python.org/issue2411
https://github.com/python/cpython/commit/849b062a82ca2f09e33259d34067faba196c9e23https://github.com/python/cpython/commit/849b062a82ca2f09e33259d34067faba196c9e23
msg296957https://bugs.python.org/issue29335#msg296957
(view)https://bugs.python.org/msg296957
9ad50d94599aed0c37beaf78948ec271c8aa3881https://hg.python.org/lookup/9ad50d94599aed0c37beaf78948ec271c8aa3881
bpo-30764https://bugs.python.org/issue30764
#2405https://bugs.python.org/issue2405
#2410https://bugs.python.org/issue2410
https://github.com/python/cpython/commit/9ad50d94599aed0c37beaf78948ec271c8aa3881https://github.com/python/cpython/commit/9ad50d94599aed0c37beaf78948ec271c8aa3881
msg296959https://bugs.python.org/issue29335#msg296959
(view)https://bugs.python.org/msg296959
2097b9e0ef32ab7a0d745edc0f707c615780c006https://hg.python.org/lookup/2097b9e0ef32ab7a0d745edc0f707c615780c006
bpo-30764https://bugs.python.org/issue30764
#2405https://bugs.python.org/issue2405
#2412https://bugs.python.org/issue2412
https://github.com/python/cpython/commit/2097b9e0ef32ab7a0d745edc0f707c615780c006https://github.com/python/cpython/commit/2097b9e0ef32ab7a0d745edc0f707c615780c006
msg296959https://bugs.python.org/msg296959
msg296957https://bugs.python.org/msg296957
msg296910https://bugs.python.org/msg296910
pull_request2461https://bugs.python.org/pull_request2461
pull_request2459https://bugs.python.org/pull_request2459
msg296907https://bugs.python.org/msg296907
pull_request2453https://bugs.python.org/pull_request2453
msg294308https://bugs.python.org/msg294308
msg294251https://bugs.python.org/msg294251
pull_request1843https://bugs.python.org/pull_request1843
pull_request916https://bugs.python.org/pull_request916
pull_request916https://bugs.python.org/pull_request916
msg286102https://bugs.python.org/msg286102
msg286100https://bugs.python.org/msg286100
vstinnerhttps://bugs.python.org/user2377
msg286099https://bugs.python.org/msg286099
msg286057https://bugs.python.org/msg286057
msg286050https://bugs.python.org/msg286050
ned.deilyhttps://bugs.python.org/user5248
msg286046https://bugs.python.org/msg286046
python-devhttps://bugs.python.org/user13902
msg286036https://bugs.python.org/msg286036
issue29335-gps02.diffhttps://bugs.python.org/file46386
msg286031https://bugs.python.org/msg286031
issue29335-gps01.diffhttps://bugs.python.org/file46385
patchhttps://bugs.python.org/keyword2
msg286023https://bugs.python.org/msg286023
gregory.p.smithhttps://bugs.python.org/user252
msg285996https://bugs.python.org/msg285996
gregory.p.smithhttps://bugs.python.org/user252
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.