[issue34910] PyObject_Print() doesn't always return -1 on error

Serhiy Storchaka report at bugs.python.org
Sat Oct 6 02:44:29 EDT 2018


Serhiy Storchaka <storchaka+cpython at gmail.com> added the comment:


New changeset ae62f015240c9162773341a9922794e6b960779d by Serhiy Storchaka (Zackery Spytz) in branch 'master':
bpo-34910: Ensure that PyObject_Print() always returns -1 on error. (GH-9733)
https://github.com/python/cpython/commit/ae62f015240c9162773341a9922794e6b960779d


----------
nosy: +serhiy.storchaka

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue34910>
_______________________________________


More information about the Python-bugs-list mailing list