Uh oh!
There was an error while loading. Please reload this page.
bpo-38823: Clean up refleaks in faulthandler initialization. - #17250
Conversation
brandtbucher
commented
Nov 19, 2019
| EXCEPTION_ACCESS_VIOLATION)) | ||
| EXCEPTION_ACCESS_VIOLATION)) { | ||
| Py_DECREF(m); | ||
| return NULL; |
There was a problem hiding this comment.
Hum, what do you think of adding a "error:" label which does the DECREF + return NULL?
There was a problem hiding this comment.
I actually prefer that. I just wanted to keep the diffs small for all of these.
Should I make the change?
Uh oh!
There was an error while loading. Please reload this page.
vstinner
commented
Nov 19, 2019
Thanks. I took the liberty of rewriting the commit message. |
miss-islington
commented
Nov 19, 2019
Thanks @brandtbucher for the PR, and @vstinner for merging it 🌮🎉.. I'm working now to backport this PR to: 3.8. |
miss-islington
commented
Nov 19, 2019
Thanks @brandtbucher for the PR, and @vstinner for merging it 🌮🎉.. I'm working now to backport this PR to: 3.7. |
…ythonGH-17250) (cherry picked from commit ac22354) Co-authored-by: Brandt Bucher <brandtbucher@gmail.com>
bedevere-bot
commented
Nov 19, 2019
GH-17263 is a backport of this pull request to the 3.8 branch. |
…ythonGH-17250) (cherry picked from commit ac22354) Co-authored-by: Brandt Bucher <brandtbucher@gmail.com>
bedevere-bot
commented
Nov 19, 2019
GH-17264 is a backport of this pull request to the 3.7 branch. |
https://bugs.python.org/issue38823