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 eric.snow
Recipients eric.snow, skrah
Date 2015-06-01.16:21:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1433175716.41.0.847645147456.issue24348@psf.upfronthosting.co.za>
In-reply-to
Content
(from msg244575 in issue16991)

crash-2.py is due to the fact that _PyDict_Pop() deletes a reference
to 'key' in _odict_popkey().

The INCREF(key) in popitem should take place before calling _odict_popkey().


Again, I don't see the point of INCREF/DECREF *inside* of _odict_popkey().
History
Date User Action Args
2015-06-01 16:21:56eric.snowsetrecipients: + eric.snow, skrah
2015-06-01 16:21:56eric.snowsetmessageid: <1433175716.41.0.847645147456.issue24348@psf.upfronthosting.co.za>
2015-06-01 16:21:56eric.snowlinkissue24348 messages
2015-06-01 16:21:56eric.snowcreate