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 izbyshev
Recipients izbyshev, miss-islington, serhiy.storchaka
Date 2018-08-22.13:17:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1534943846.73.0.56676864532.issue34456@psf.upfronthosting.co.za>
In-reply-to
Content
No, I couldn't find any similar calls in save_global() in 2.7.

However, there is Py_BuildValue() call in initcPickle(), and its result is passed unchecked to PyDict_SetItemString(), where it's eventually dereferenced. In fact, all PyDict_SetItemString() calls in initcPickle() are made without checking for NULL. Should I file an issue for that?
History
Date User Action Args
2018-08-22 13:17:26izbyshevsetrecipients: + izbyshev, serhiy.storchaka, miss-islington
2018-08-22 13:17:26izbyshevsetmessageid: <1534943846.73.0.56676864532.issue34456@psf.upfronthosting.co.za>
2018-08-22 13:17:26izbyshevlinkissue34456 messages
2018-08-22 13:17:26izbyshevcreate