]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-34910: Ensure that PyObject_Print() always returns -1 on error. (GH-9733)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 6 Oct 2018 07:07:12 +0000 (00:07 -0700)
committerGitHub <noreply@github.com>
Sat, 6 Oct 2018 07:07:12 +0000 (00:07 -0700)
commit49fb49d6f57661f2a7601f1d759163866f707fed
treede417343fa2f5061f13a15d650e9abcdd4339de2
parent0991b9bb94036e0f271d223c8db7d81980c76736
bpo-34910: Ensure that PyObject_Print() always returns -1 on error. (GH-9733)

(cherry picked from commit ae62f015240c9162773341a9922794e6b960779d)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>
Misc/NEWS.d/next/C API/2018-10-05-17-06-49.bpo-34910.tSFrls.rst [new file with mode: 0644]
Objects/object.c