Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 34k
gh-105375: Harden pyexpat initialisation#105606
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
gh-105375: Harden pyexpat initialisation #105606
Uh oh!
There was an error while loading. Please reload this page.
Conversation
erlend-aasland commented Jun 9, 2023 • edited by bedevere-bot
Loading Uh oh!
There was an error while loading. Please reload this page.
edited by bedevere-bot
Uh oh!
There was an error while loading. Please reload this page.
Add proper error handling to add_errors_module() to prevent exceptions from possibly being overwritten, and objects from being decref'ed twice.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
bedevere-bot commented Jun 11, 2023
🤖 New build scheduled with the buildbot fleet by @erlend-aasland for commit 143c3e3 🤖 If you want to schedule another build, you need to add the 🔨 test-with-refleak-buildbots label again. |
miss-islington commented Jun 11, 2023
Thanks @erlend-aasland for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11, 3.12. |
miss-islington commented Jun 11, 2023
Sorry @erlend-aasland, I had trouble checking out the |
miss-islington commented Jun 11, 2023
Sorry, @erlend-aasland, I could not cleanly backport this to |
miss-islington commented Jun 11, 2023
Thanks @erlend-aasland for the PR 🌮🎉.. I'm working now to backport this PR to: 3.12. |
miss-islington commented Jun 11, 2023
Sorry @erlend-aasland, I had trouble checking out the |
(cherry picked from commit 20a56d8) Add proper error handling to add_errors_module() to prevent exceptions from possibly being overwritten. Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
bedevere-bot commented Jun 11, 2023
GH-105668 is a backport of this pull request to the 3.11 branch. |
(cherry picked from commit 20a56d8) Add proper error handling to add_errors_module() to prevent exceptions from possibly being overwritten. Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
bedevere-bot commented Jun 11, 2023
GH-105669 is a backport of this pull request to the 3.12 branch. |
Add proper error handling to add_errors_module() to prevent exceptions
from possibly being overwritten, and objects from being decref'ed twice.