René's URL Explorer Experiment


Title: Issue 874900: threading module can deadlock after fork - Python tracker

Mail addresses
report@bugs.python.org
report@bugs.python.org
pitrou@free.fr
greg@krypto.org

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/39802 https://github.com/python/cpython/issues/39802
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_threading.pyhttps://bugs.python.org/file9288/fork_threading.py
fork-and-threading5-gps01.patchhttps://bugs.python.org/file10889/fork-and-threading5-gps01.patch
threading-874900-improvement-gps01.diffhttps://bugs.python.org/file10932/threading-874900-improvement-gps01.diff
forkthread.patchhttps://bugs.python.org/file11378/forkthread.patch
forkthread2.patchhttps://bugs.python.org/file11379/forkthread2.patch
msg60453https://bugs.python.org/issue874900#msg60453
(view)https://bugs.python.org/msg60453
msg60454https://bugs.python.org/issue874900#msg60454
(view)https://bugs.python.org/msg60454
http://mail.python.org/pipermail/python-list/2001-September/066048.htmlhttp://mail.python.org/pipermail/python-list/2001-September/066048.html
msg60455https://bugs.python.org/issue874900#msg60455
(view)https://bugs.python.org/msg60455
msg61693https://bugs.python.org/issue874900#msg61693
(view)https://bugs.python.org/msg61693
msg61695https://bugs.python.org/issue874900#msg61695
(view)https://bugs.python.org/msg61695
msg69423https://bugs.python.org/issue874900#msg69423
(view)https://bugs.python.org/msg69423
msg69437https://bugs.python.org/issue874900#msg69437
(view)https://bugs.python.org/msg69437
msg69466https://bugs.python.org/issue874900#msg69466
(view)https://bugs.python.org/msg69466
Python/ceval.chttps://github.com/python/cpython/blob/master/Python/ceval.c
msg69467https://bugs.python.org/issue874900#msg69467
(view)https://bugs.python.org/msg69467
msg69468https://bugs.python.org/issue874900#msg69468
(view)https://bugs.python.org/msg69468
Lib/test/regrtest.pyhttps://github.com/python/cpython/blob/master/Lib/test/regrtest.py
msg69470https://bugs.python.org/issue874900#msg69470
(view)https://bugs.python.org/msg69470
msg69476https://bugs.python.org/issue874900#msg69476
(view)https://bugs.python.org/msg69476
msg69477https://bugs.python.org/issue874900#msg69477
(view)https://bugs.python.org/msg69477
msg69478https://bugs.python.org/issue874900#msg69478
(view)https://bugs.python.org/msg69478
msg69479https://bugs.python.org/issue874900#msg69479
(view)https://bugs.python.org/msg69479
msg69492https://bugs.python.org/issue874900#msg69492
(view)https://bugs.python.org/msg69492
Modules/main.chttps://github.com/python/cpython/blob/master/Modules/main.c
msg69512https://bugs.python.org/issue874900#msg69512
(view)https://bugs.python.org/msg69512
msg69549https://bugs.python.org/issue874900#msg69549
(view)https://bugs.python.org/msg69549
msg69550https://bugs.python.org/issue874900#msg69550
(view)https://bugs.python.org/msg69550
msg69569https://bugs.python.org/issue874900#msg69569
(view)https://bugs.python.org/msg69569
msg69601https://bugs.python.org/issue874900#msg69601
(view)https://bugs.python.org/msg69601
msg69603https://bugs.python.org/issue874900#msg69603
(view)https://bugs.python.org/msg69603
msg69607https://bugs.python.org/issue874900#msg69607
(view)https://bugs.python.org/msg69607
msg69696https://bugs.python.org/issue874900#msg69696
(view)https://bugs.python.org/msg69696
msg69702https://bugs.python.org/issue874900#msg69702
(view)https://bugs.python.org/msg69702
msg69784https://bugs.python.org/issue874900#msg69784
(view)https://bugs.python.org/msg69784
msg69793https://bugs.python.org/issue874900#msg69793
(view)https://bugs.python.org/msg69793
msg69795https://bugs.python.org/issue874900#msg69795
(view)https://bugs.python.org/msg69795
msg69825https://bugs.python.org/issue874900#msg69825
(view)https://bugs.python.org/msg69825
msg69867https://bugs.python.org/issue874900#msg69867
(view)https://bugs.python.org/msg69867
Misc/NEWShttps://github.com/python/cpython/blob/master/Misc/NEWS
r65057https://hg.python.org/lookup/r65057
Modules/posixmodule.chttps://github.com/python/cpython/blob/master/Modules/posixmodule.c
msg69868https://bugs.python.org/issue874900#msg69868
(view)https://bugs.python.org/msg69868
msg69878https://bugs.python.org/issue874900#msg69878
(view)https://bugs.python.org/msg69878
msg69888https://bugs.python.org/issue874900#msg69888
(view)https://bugs.python.org/msg69888
r65065https://hg.python.org/lookup/r65065
msg69889https://bugs.python.org/issue874900#msg69889
(view)https://bugs.python.org/msg69889
msg69893https://bugs.python.org/issue874900#msg69893
(view)https://bugs.python.org/msg69893
msg69894https://bugs.python.org/issue874900#msg69894
(view)https://bugs.python.org/msg69894
msg69928https://bugs.python.org/issue874900#msg69928
(view)https://bugs.python.org/msg69928
msg70174https://bugs.python.org/issue874900#msg70174
(view)https://bugs.python.org/msg70174
msg71297https://bugs.python.org/issue874900#msg71297
(view)https://bugs.python.org/msg71297
r65789https://hg.python.org/lookup/r65789
msg71298https://bugs.python.org/issue874900#msg71298
(view)https://bugs.python.org/msg71298
msg71301https://bugs.python.org/issue874900#msg71301
(view)https://bugs.python.org/msg71301
msg71315https://bugs.python.org/issue874900#msg71315
(view)https://bugs.python.org/msg71315
msg71818https://bugs.python.org/issue874900#msg71818
(view)https://bugs.python.org/msg71818
msg71824https://bugs.python.org/issue874900#msg71824
(view)https://bugs.python.org/msg71824
r66003https://hg.python.org/lookup/r66003
msg72546https://bugs.python.org/issue874900#msg72546
(view)https://bugs.python.org/msg72546
msg72549https://bugs.python.org/issue874900#msg72549
(view)https://bugs.python.org/msg72549
msg72550https://bugs.python.org/issue874900#msg72550
(view)https://bugs.python.org/msg72550
msg72551https://bugs.python.org/issue874900#msg72551
(view)https://bugs.python.org/msg72551
msg72552https://bugs.python.org/issue874900#msg72552
(view)https://bugs.python.org/msg72552
msg72591https://bugs.python.org/issue874900#msg72591
(view)https://bugs.python.org/msg72591
msg72716https://bugs.python.org/issue874900#msg72716
(view)https://bugs.python.org/msg72716
msg72717https://bugs.python.org/issue874900#msg72717
(view)https://bugs.python.org/msg72717
msg72721https://bugs.python.org/issue874900#msg72721
(view)https://bugs.python.org/msg72721
r66274https://hg.python.org/lookup/r66274
r66275https://hg.python.org/lookup/r66275
msg72727https://bugs.python.org/issue874900#msg72727
(view)https://bugs.python.org/msg72727
r66275https://hg.python.org/lookup/r66275
r66279https://hg.python.org/lookup/r66279
bobbyihttps://bugs.python.org/user10560
jceahttps://bugs.python.org/user415
msg72727https://bugs.python.org/msg72727
msg72721https://bugs.python.org/msg72721
msg72717https://bugs.python.org/msg72717
msg72716https://bugs.python.org/msg72716
msg72591https://bugs.python.org/msg72591
forkthread2.patchhttps://bugs.python.org/file11379
msg72552https://bugs.python.org/msg72552
msg72551https://bugs.python.org/msg72551
msg72550https://bugs.python.org/msg72550
msg72549https://bugs.python.org/msg72549
needs reviewhttps://bugs.python.org/keyword8
forkthread.patchhttps://bugs.python.org/file11378
msg72546https://bugs.python.org/msg72546
msg71824https://bugs.python.org/msg71824
msg71818https://bugs.python.org/msg71818
msg71315https://bugs.python.org/msg71315
gregory.p.smithhttps://bugs.python.org/user252
https://bugs.python.org/userNone
msg71301https://bugs.python.org/msg71301
msg71298https://bugs.python.org/msg71298
msg71297https://bugs.python.org/msg71297
msg70174https://bugs.python.org/msg70174
threading-874900-improvement-gps01.diffhttps://bugs.python.org/file10932
msg69928https://bugs.python.org/msg69928
msg69894https://bugs.python.org/msg69894
msg69893https://bugs.python.org/msg69893
msg69889https://bugs.python.org/msg69889
msg69888https://bugs.python.org/msg69888
msg69878https://bugs.python.org/msg69878
benjamin.petersonhttps://bugs.python.org/user4455
msg69868https://bugs.python.org/msg69868
msg69867https://bugs.python.org/msg69867
msg69825https://bugs.python.org/msg69825
msg69795https://bugs.python.org/msg69795
msg69793https://bugs.python.org/msg69793
msg69784https://bugs.python.org/msg69784
msg69702https://bugs.python.org/msg69702
issue3088 dependencieshttps://bugs.python.org/issue3088
msg69696https://bugs.python.org/msg69696
msg69607https://bugs.python.org/msg69607
fork-and-thread4.patchhttps://bugs.python.org/file10872
fork-and-thread3.patchhttps://bugs.python.org/file10869
fork-and-thread2.patchhttps://bugs.python.org/file10859
fork-and-thread.patchhttps://bugs.python.org/file10855
fork-and-threading5-gps01.patchhttps://bugs.python.org/file10889
msg69603https://bugs.python.org/msg69603
msg69601https://bugs.python.org/msg69601
gregory.p.smithhttps://bugs.python.org/user252
gregory.p.smithhttps://bugs.python.org/user252
msg69569https://bugs.python.org/msg69569
msg69550https://bugs.python.org/msg69550
msg69549https://bugs.python.org/msg69549
msg69512https://bugs.python.org/msg69512
fork-and-thread4.patchhttps://bugs.python.org/file10872
msg69492https://bugs.python.org/msg69492
msg69479https://bugs.python.org/msg69479
msg69478https://bugs.python.org/msg69478
msg69477https://bugs.python.org/msg69477
msg69476https://bugs.python.org/msg69476
msg69470https://bugs.python.org/msg69470
msg69468https://bugs.python.org/msg69468
fork-and-thread3.patchhttps://bugs.python.org/file10869
msg69467https://bugs.python.org/msg69467
msg69466https://bugs.python.org/msg69466
Rhamphoryncushttps://bugs.python.org/user1613
fork-and-thread2.patchhttps://bugs.python.org/file10859
msg69437https://bugs.python.org/msg69437
jnollerhttps://bugs.python.org/user5849
fork-and-thread.patchhttps://bugs.python.org/file10855
amaury.forgeotdarchttps://bugs.python.org/user1076
msg69423https://bugs.python.org/msg69423
patchhttps://bugs.python.org/keyword2
msg61695https://bugs.python.org/msg61695
fork_threading.pyhttps://bugs.python.org/file9288
pitrouhttps://bugs.python.org/user2040
msg61693https://bugs.python.org/msg61693
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.