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 neologix
Recipients maxxedev, neologix, rhettinger, stutzbach
Date 2013-02-22.21:58:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1361570306.27.0.791351254179.issue17278@psf.upfronthosting.co.za>
In-reply-to
Content
The heapq C implementation is apparently not thread-safe: PyObject_RichCompareBool() and Py_DECREF() can lead to arbitrary python code being called, which can result in a context switch.
History
Date User Action Args
2013-02-22 21:58:26neologixsetrecipients: + neologix, rhettinger, stutzbach, maxxedev
2013-02-22 21:58:26neologixsetmessageid: <1361570306.27.0.791351254179.issue17278@psf.upfronthosting.co.za>
2013-02-22 21:58:26neologixlinkissue17278 messages
2013-02-22 21:58:26neologixcreate