-
-
Notifications
You must be signed in to change notification settings - Fork 33.4k
bpo-34910: Ensure PyObject_Print() always returns -1 on error #9733
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bpo-34910: Ensure PyObject_Print() always returns -1 on error #9733
Conversation
| @@ -0,0 +1,2 @@ | |||
| Ensure that :c:func:`PyObject_Print` always returns ``-1`` on error. Patch | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Usually we don't add news entry for minor fixes.
|
Thanks @ZackerySpytz for the PR, and @serhiy-storchaka for merging it 🌮🎉.. I'm working now to backport this PR to: 3.6, 3.7. |
…ythonGH-9733) (cherry picked from commit ae62f01) Co-authored-by: Zackery Spytz <[email protected]>
|
GH-9739 is a backport of this pull request to the 3.7 branch. |
…ythonGH-9733) (cherry picked from commit ae62f01) Co-authored-by: Zackery Spytz <[email protected]>
|
GH-9740 is a backport of this pull request to the 3.6 branch. |
…H-9733) (cherry picked from commit ae62f01) Co-authored-by: Zackery Spytz <[email protected]>
…H-9733) (cherry picked from commit ae62f01) Co-authored-by: Zackery Spytz <[email protected]>
https://bugs.python.org/issue34910