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 berker.peksag
Recipients berker.peksag, christian.heimes, eli.bendersky, scoder
Date 2018-08-17.20:35:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1534538140.75.0.56676864532.issue24012@psf.upfronthosting.co.za>
In-reply-to
Content
Some parts of the patch have already been applied into master:

* PySys_GetObject(): https://github.com/python/cpython/commit/7a5457b6878db61910c81017d10579edb7c91512

* PyDict_SetItem(): https://github.com/python/cpython/commit/3f9eee6eb4b25fe1926eaa5f00e02344b126f54d#diff-cc8b737f9996c36521d5b9db5ea1a032

The only remaining part is about PyModule_AddObject(), but there are already many usages of PyModule_AddObject() without doing any error checking, so I suggest closing this as 'outdated'.
History
Date User Action Args
2018-08-17 20:35:40berker.peksagsetrecipients: + berker.peksag, scoder, christian.heimes, eli.bendersky
2018-08-17 20:35:40berker.peksagsetmessageid: <1534538140.75.0.56676864532.issue24012@psf.upfronthosting.co.za>
2018-08-17 20:35:40berker.peksaglinkissue24012 messages
2018-08-17 20:35:40berker.peksagcreate