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 Arfrever, alex, asvetlov, benjamin.peterson, eric.araujo, eric.smith, eric.snow, ezio.melotti, flox, gregory.p.smith, introom, josh.r, ned.deily, pitrou, refi64, rhettinger, scoder, serhiy.storchaka, tonn81, westurner, yselivanov
Date 2015-05-22.04:03:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1432267412.66.0.612985850304.issue16991@psf.upfronthosting.co.za>
In-reply-to
Content
The segfault happens at line 1888 of odictobject.c when it tries to Py_INCREF a NULL value.  The problem is that the value that gets looked up for a presumably valid key is returned as NULL.  So either the value is messed up, lookup is broken, or the wrong key is being used.
History
Date User Action Args
2015-05-22 04:03:32eric.snowsetrecipients: + eric.snow, rhettinger, gregory.p.smith, pitrou, scoder, eric.smith, benjamin.peterson, ned.deily, ezio.melotti, eric.araujo, Arfrever, alex, asvetlov, flox, serhiy.storchaka, yselivanov, westurner, refi64, josh.r, tonn81, introom
2015-05-22 04:03:32eric.snowsetmessageid: <1432267412.66.0.612985850304.issue16991@psf.upfronthosting.co.za>
2015-05-22 04:03:32eric.snowlinkissue16991 messages
2015-05-22 04:03:32eric.snowcreate