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 vstinner
Recipients brett.cannon, ned.deily, pitrou, vstinner, xtreak
Date 2019-06-17.08:10:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1560759022.32.0.310036585977.issue36688@roundup.psfhosted.org>
In-reply-to
Content
New changeset c5905f39bcf4ef895d42eede41bb5a2f071a501d by Victor Stinner (Joost Lek) in branch 'master':
bpo-36688: Adding an implementation of RLock in _dummy_thread (GH-12943)
https://github.com/python/cpython/commit/c5905f39bcf4ef895d42eede41bb5a2f071a501d
History
Date User Action Args
2019-06-17 08:10:22vstinnersetrecipients: + vstinner, brett.cannon, pitrou, ned.deily, xtreak
2019-06-17 08:10:22vstinnersetmessageid: <1560759022.32.0.310036585977.issue36688@roundup.psfhosted.org>
2019-06-17 08:10:22vstinnerlinkissue36688 messages
2019-06-17 08:10:22vstinnercreate