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 skrah
Recipients Arfrever, BreamoreBoy, Jim.Jewett, Mark.Shannon, alex, asvetlov, benjamin.peterson, eric.araujo, eric.smith, eric.snow, ezio.melotti, flox, gregory.p.smith, introom, josh.r, mrabarnett, ncoghlan, ned.deily, pitrou, python-dev, refi64, rhettinger, scoder, serhiy.storchaka, skrah, steve.dower, tonn81, westurner, yselivanov
Date 2015-06-01.10:19:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1433153943.19.0.14404174512.issue16991@psf.upfronthosting.co.za>
In-reply-to
Content
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 10:19:03skrahsetrecipients: + skrah, rhettinger, gregory.p.smith, ncoghlan, pitrou, scoder, eric.smith, benjamin.peterson, ned.deily, ezio.melotti, eric.araujo, mrabarnett, Arfrever, alex, asvetlov, flox, BreamoreBoy, Mark.Shannon, python-dev, eric.snow, Jim.Jewett, serhiy.storchaka, yselivanov, steve.dower, westurner, refi64, josh.r, tonn81, introom
2015-06-01 10:19:03skrahsetmessageid: <1433153943.19.0.14404174512.issue16991@psf.upfronthosting.co.za>
2015-06-01 10:19:03skrahlinkissue16991 messages
2015-06-01 10:19:02skrahcreate