]> 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:06:53 +0000 (00:06 -0700)
committerGitHub <noreply@github.com>
Sat, 6 Oct 2018 07:06:53 +0000 (00:06 -0700)
commit177254c96f9258a62e3e571c2aee0b642070a374
tree78436621244921b377c0b48934d47abe94de0536
parent22e86fbbca04d251233fc07515885d2b67945094
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