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 scoder
Recipients python-dev, rhettinger, scoder, serhiy.storchaka
Date 2015-05-22.07:54:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1432281252.06.0.0282122525075.issue24221@psf.upfronthosting.co.za>
In-reply-to
Content
There are calls to PyObject_RichCompareBool() in the loops, which means that user code might get executed. What if that's evil code that modifies the heap list? Couldn't that lead to list resizing and thus invalidation of the list item pointer?
History
Date User Action Args
2015-05-22 07:54:12scodersetrecipients: + scoder, rhettinger, python-dev, serhiy.storchaka
2015-05-22 07:54:12scodersetmessageid: <1432281252.06.0.0282122525075.issue24221@psf.upfronthosting.co.za>
2015-05-22 07:54:12scoderlinkissue24221 messages
2015-05-22 07:54:11scodercreate