René's URL Explorer Experiment


Title: Issue 36402: threading._shutdown() race condition: test_threading test_threads_join_2() fails randomly - Python tracker

Mail addresses
solipsis@pitrou.net

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/80583 https://github.com/python/cpython/issues/80583
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
py_finalize.patchhttps://bugs.python.org/file48409/py_finalize.patch
PR 13889https://github.com/python/cpython/pull/13889
PR 13946https://github.com/python/cpython/pull/13946
PR 13948https://github.com/python/cpython/pull/13948
PR 13949https://github.com/python/cpython/pull/13949
PR 14033https://github.com/python/cpython/pull/14033
PR 14034https://github.com/python/cpython/pull/14034
PR 14047https://github.com/python/cpython/pull/14047
PR 14050https://github.com/python/cpython/pull/14050
PR 14054https://github.com/python/cpython/pull/14054
msg338622https://bugs.python.org/issue36402#msg338622
(view)https://bugs.python.org/msg338622
https://buildbot.python.org/all/#/builders/168/builds/801https://buildbot.python.org/all/#/builders/168/builds/801
test/support/__init__.pyhttps://github.com/python/cpython/blob/main/Lib/test/support/__init__.py#L2778
test/test_threading.pyhttps://github.com/python/cpython/blob/main/Lib/test/test_threading.py#L917
unittest/case.pyhttps://github.com/python/cpython/blob/main/Lib/unittest/case.py#L642
msg338623https://bugs.python.org/issue36402#msg338623
(view)https://bugs.python.org/msg338623
msg344611https://bugs.python.org/issue36402#msg344611
(view)https://bugs.python.org/msg344611
https://buildbot.python.org/all/#/builders/168/builds/1154https://buildbot.python.org/all/#/builders/168/builds/1154
test/support/__init__.pyhttps://github.com/python/cpython/blob/main/Lib/test/support/__init__.py#L2794
test/test_threading.pyhttps://github.com/python/cpython/blob/main/Lib/test/test_threading.py#L923
unittest/case.pyhttps://github.com/python/cpython/blob/main/Lib/unittest/case.py#L628
unittest/case.pyhttps://github.com/python/cpython/blob/main/Lib/unittest/case.py#L671
unittest/case.pyhttps://github.com/python/cpython/blob/main/Lib/unittest/case.py#L731
unittest/suite.pyhttps://github.com/python/cpython/blob/main/Lib/unittest/suite.py#L122
unittest/suite.pyhttps://github.com/python/cpython/blob/main/Lib/unittest/suite.py#L84
unittest/suite.pyhttps://github.com/python/cpython/blob/main/Lib/unittest/suite.py#L122
unittest/suite.pyhttps://github.com/python/cpython/blob/main/Lib/unittest/suite.py#L84
unittest/suite.pyhttps://github.com/python/cpython/blob/main/Lib/unittest/suite.py#L122
unittest/suite.pyhttps://github.com/python/cpython/blob/main/Lib/unittest/suite.py#L84
unittest/runner.pyhttps://github.com/python/cpython/blob/main/Lib/unittest/runner.py#L176
test/support/__init__.pyhttps://github.com/python/cpython/blob/main/Lib/test/support/__init__.py#L1984
test/support/__init__.pyhttps://github.com/python/cpython/blob/main/Lib/test/support/__init__.py#L2080
test/libregrtest/runtest.pyhttps://github.com/python/cpython/blob/main/Lib/test/libregrtest/runtest.py#L203
test/libregrtest/runtest.pyhttps://github.com/python/cpython/blob/main/Lib/test/libregrtest/runtest.py#L228
test/libregrtest/runtest.pyhttps://github.com/python/cpython/blob/main/Lib/test/libregrtest/runtest.py#L264
test/libregrtest/runtest.pyhttps://github.com/python/cpython/blob/main/Lib/test/libregrtest/runtest.py#L148
test/libregrtest/runtest.pyhttps://github.com/python/cpython/blob/main/Lib/test/libregrtest/runtest.py#L187
test/libregrtest/main.pyhttps://github.com/python/cpython/blob/main/Lib/test/libregrtest/main.py#L291
test/libregrtest/main.pyhttps://github.com/python/cpython/blob/main/Lib/test/libregrtest/main.py#L646
test/libregrtest/main.pyhttps://github.com/python/cpython/blob/main/Lib/test/libregrtest/main.py#L588
test/libregrtest/main.pyhttps://github.com/python/cpython/blob/main/Lib/test/libregrtest/main.py#L663
test/__main__.pyhttps://github.com/python/cpython/blob/main/Lib/test/__main__.py#L2
runpy.pyhttps://github.com/python/cpython/blob/main/Lib/runpy.py#L85
runpy.pyhttps://github.com/python/cpython/blob/main/Lib/runpy.py#L192
msg344613https://bugs.python.org/issue36402#msg344613
(view)https://bugs.python.org/msg344613
https://buildbot.python.org/all/#builders/168/builds/1154https://buildbot.python.org/all/#builders/168/builds/1154
threading.pyhttps://github.com/python/cpython/blob/main/Lib/threading.py#L1015
threading.pyhttps://github.com/python/cpython/blob/main/Lib/threading.py#L999
test/test_threading.pyhttps://github.com/python/cpython/blob/main/Lib/test/test_threading.py#L1287
msg344922https://bugs.python.org/issue36402#msg344922
(view)https://bugs.python.org/msg344922
PR 13889https://github.com/python/cpython/pull/13889
test/support/__init__.pyhttps://github.com/python/cpython/blob/main/Lib/test/support/__init__.py#L2794
test/test_threading.pyhttps://github.com/python/cpython/blob/main/Lib/test/test_threading.py#L923
bpo-18808https://bugs.python.org/issue18808
7b4769937fb612d576b6829c3b834f3dd31752f1https://hg.python.org/lookup/7b4769937fb612d576b6829c3b834f3dd31752f1
#18808https://bugs.python.org/issue18808
msg345143https://bugs.python.org/issue36402#msg345143
(view)https://bugs.python.org/msg345143
PR 13889https://github.com/python/cpython/pull/13889
e76cbc781044ee01b059f3702c580e66266b84c5https://hg.python.org/lookup/e76cbc781044ee01b059f3702c580e66266b84c5
https://github.com/python/cpython/pull/13889.patchhttps://github.com/python/cpython/pull/13889.patch
test/support/__init__.pyhttps://github.com/python/cpython/blob/3.4/Lib/test/support/__init__.py#L2304
test/test_threading.pyhttps://github.com/python/cpython/blob/3.4/Lib/test/test_threading.py#L877
msg345146https://bugs.python.org/issue36402#msg345146
(view)https://bugs.python.org/msg345146
msg345149https://bugs.python.org/issue36402#msg345149
(view)https://bugs.python.org/msg345149
bpo-36989https://bugs.python.org/issue36989
bpo-27791https://bugs.python.org/issue27791
bpo-28084https://bugs.python.org/issue28084
bpo-27791https://bugs.python.org/issue27791
bpo-18808https://bugs.python.org/issue18808
msg345150https://bugs.python.org/issue36402#msg345150
(view)https://bugs.python.org/msg345150
https://bugs.python.org/issue36402https://bugs.python.org/issue36402
PR 13948https://github.com/python/cpython/pull/13948
msg345429https://bugs.python.org/issue36402#msg345429
(view)https://bugs.python.org/msg345429
468e5fec8a2f534f1685d59da3ca4fad425c38ddhttps://hg.python.org/lookup/468e5fec8a2f534f1685d59da3ca4fad425c38dd
bpo-36402https://bugs.python.org/issue36402
GH-13948https://github.com/python/cpython/pull/13948
https://github.com/python/cpython/commit/468e5fec8a2f534f1685d59da3ca4fad425c38ddhttps://github.com/python/cpython/commit/468e5fec8a2f534f1685d59da3ca4fad425c38dd
msg345492https://bugs.python.org/issue36402#msg345492
(view)https://bugs.python.org/msg345492
6f75c873752a16a7ad8f35855b1e29f59d048e84https://hg.python.org/lookup/6f75c873752a16a7ad8f35855b1e29f59d048e84
GH-14047https://github.com/python/cpython/pull/14047
https://github.com/python/cpython/commit/6f75c873752a16a7ad8f35855b1e29f59d048e84https://github.com/python/cpython/commit/6f75c873752a16a7ad8f35855b1e29f59d048e84
msg345502https://bugs.python.org/issue36402#msg345502
(view)https://bugs.python.org/msg345502
e40a97a721d46307dfdc2b0322028ccded6eb571https://hg.python.org/lookup/e40a97a721d46307dfdc2b0322028ccded6eb571
bpo-36402https://bugs.python.org/issue36402
GH-13948https://github.com/python/cpython/pull/13948
GH-14050https://github.com/python/cpython/pull/14050
https://github.com/python/cpython/commit/e40a97a721d46307dfdc2b0322028ccded6eb571https://github.com/python/cpython/commit/e40a97a721d46307dfdc2b0322028ccded6eb571
msg345508https://bugs.python.org/issue36402#msg345508
(view)https://bugs.python.org/msg345508
6eb2878e42152e9c45d7ee5e6f889532d753e67chttps://hg.python.org/lookup/6eb2878e42152e9c45d7ee5e6f889532d753e67c
bpo-36402https://bugs.python.org/issue36402
GH-13948https://github.com/python/cpython/pull/13948
GH-14050https://github.com/python/cpython/pull/14050
GH-14054https://github.com/python/cpython/pull/14054
https://github.com/python/cpython/commit/6eb2878e42152e9c45d7ee5e6f889532d753e67chttps://github.com/python/cpython/commit/6eb2878e42152e9c45d7ee5e6f889532d753e67c
msg345509https://bugs.python.org/issue36402#msg345509
(view)https://bugs.python.org/msg345509
bpo-18808https://bugs.python.org/issue18808
bpo-18808https://bugs.python.org/issue18808
bpo-18808https://bugs.python.org/issue18808
msg345510https://bugs.python.org/issue36402#msg345510
(view)https://bugs.python.org/msg345510
msg349281https://bugs.python.org/issue36402#msg349281
(view)https://bugs.python.org/msg349281
#37788https://bugs.python.org/issue37788
issue36989 supersederhttps://bugs.python.org/issue36989
kristjan.jonssonhttps://bugs.python.org/user2217
msg349281https://bugs.python.org/msg349281
msg345510https://bugs.python.org/msg345510
msg345509https://bugs.python.org/msg345509
msg345508https://bugs.python.org/msg345508
pull_request13916https://bugs.python.org/pull_request13916
msg345502https://bugs.python.org/msg345502
pull_request13912https://bugs.python.org/pull_request13912
msg345492https://bugs.python.org/msg345492
pull_request13909https://bugs.python.org/pull_request13909
pull_request13898https://bugs.python.org/pull_request13898
pull_request13897https://bugs.python.org/pull_request13897
msg345429https://bugs.python.org/msg345429
koobshttps://bugs.python.org/user16276
py_finalize.patchhttps://bugs.python.org/file48409
msg345150https://bugs.python.org/msg345150
pull_request13817https://bugs.python.org/pull_request13817
msg345149https://bugs.python.org/msg345149
pull_request13816https://bugs.python.org/pull_request13816
msg345146https://bugs.python.org/msg345146
msg345143https://bugs.python.org/msg345143
pull_request13813https://bugs.python.org/pull_request13813
pitrouhttps://bugs.python.org/user2040
eric.snowhttps://bugs.python.org/user14000
msg344922https://bugs.python.org/msg344922
patchhttps://bugs.python.org/keyword2
pull_request13763https://bugs.python.org/pull_request13763
msg344613https://bugs.python.org/msg344613
msg344611https://bugs.python.org/msg344611
pablogsalhttps://bugs.python.org/user26865
msg338623https://bugs.python.org/msg338623
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.