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 serhiy.storchaka
Recipients serhiy.storchaka, skrah
Date 2016-04-28.08:04:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1461830695.44.0.689724804829.issue26871@psf.upfronthosting.co.za>
In-reply-to
Content
> It seems that the patch also introduces a segfault if PyLong_FromSsize_t() returns NULL.

Good catch Stefan! Py_XDECREF ahould be used instead of Py_DECREF in _PyModule_AddObject().
History
Date User Action Args
2016-04-28 08:04:55serhiy.storchakasetrecipients: + serhiy.storchaka, skrah
2016-04-28 08:04:55serhiy.storchakasetmessageid: <1461830695.44.0.689724804829.issue26871@psf.upfronthosting.co.za>
2016-04-28 08:04:55serhiy.storchakalinkissue26871 messages
2016-04-28 08:04:55serhiy.storchakacreate