-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
[Skip Issue] Fix several reference counting bugs in pyexpat.c #9955
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
[Skip Issue] Fix several reference counting bugs in pyexpat.c #9955
Conversation
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.
Nice catch! Thank you @ZackerySpytz!
Thanks @ZackerySpytz for the PR, and @serhiy-storchaka for merging it 🌮🎉.. I'm working now to backport this PR to: 2.7, 3.6, 3.7. |
(cherry picked from commit 68def05) Co-authored-by: Zackery Spytz <zspytz@gmail.com>
GH-9962 is a backport of this pull request to the 3.7 branch. |
(cherry picked from commit 68def05) Co-authored-by: Zackery Spytz <zspytz@gmail.com>
GH-9963 is a backport of this pull request to the 3.6 branch. |
(cherry picked from commit 68def05) Co-authored-by: Zackery Spytz <zspytz@gmail.com>
GH-9964 is a backport of this pull request to the 2.7 branch. |
(cherry picked from commit 68def05) Co-authored-by: Zackery Spytz <zspytz@gmail.com>
(cherry picked from commit 68def05) Co-authored-by: Zackery Spytz <zspytz@gmail.com>
(cherry picked from commit 68def05) Co-authored-by: Zackery Spytz <zspytz@gmail.com>
Some Py_BuildValue() failures were not handled correctly, and there
were some missing Py_DECREF()s.