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 fijall
Recipients fijall
Date 2016-02-29.23:19:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1456787950.96.0.423186176416.issue26461@psf.upfronthosting.co.za>
In-reply-to
Content
All the internal uses of this API guard everything with HEAD_LOCK/HEAD_UNLOCK that's not exposed. It's not safe to traverse the whole API without holding those locks and those locks are static and module local
History
Date User Action Args
2016-02-29 23:19:10fijallsetrecipients: + fijall
2016-02-29 23:19:10fijallsetmessageid: <1456787950.96.0.423186176416.issue26461@psf.upfronthosting.co.za>
2016-02-29 23:19:10fijalllinkissue26461 messages
2016-02-29 23:19:10fijallcreate