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 nirs
Recipients nirs
Date 2015-10-05.13:23:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1444051403.68.0.196001867236.issue25319@psf.upfronthosting.co.za>
In-reply-to
Content
When Event._reset_internal_locks was called after fork, it use to
reinitialize its condition without arguments, using RLock instead of
Lock.
History
Date User Action Args
2015-10-05 13:23:24nirssetrecipients: + nirs
2015-10-05 13:23:23nirssetmessageid: <1444051403.68.0.196001867236.issue25319@psf.upfronthosting.co.za>
2015-10-05 13:23:23nirslinkissue25319 messages
2015-10-05 13:23:23nirscreate