This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author python-dev
Recipients emptysquare, gregory.p.smith, neologix, pitrou, python-dev, sbt
Date 2013-08-30.21:34:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3cRYqf1050z7LjT@mail.python.org>
In-reply-to
Content
New changeset ba54011aa295 by Charles-François Natali in branch '2.7':
Issue #18418: After fork(), reinit all threads states, not only active ones.
http://hg.python.org/cpython/rev/ba54011aa295

New changeset 29fce7f31539 by Charles-François Natali in branch '3.3':
Issue #18418: After fork(), reinit all threads states, not only active ones.
http://hg.python.org/cpython/rev/29fce7f31539

New changeset 8f39e2f987fb by Charles-François Natali in branch 'default':
Issue #18418: After fork(), reinit all threads states, not only active ones.
http://hg.python.org/cpython/rev/8f39e2f987fb
History
Date User Action Args
2013-08-30 21:34:38python-devsetrecipients: + python-dev, gregory.p.smith, pitrou, neologix, sbt, emptysquare
2013-08-30 21:34:38python-devlinkissue18418 messages
2013-08-30 21:34:38python-devcreate