Uh oh!
There was an error while loading. Please reload this page.
gh-105375: Improve _pickle error handling - #105475
Conversation
Error handling was deferred in some cases, which could potentially lead to exceptions being overwritten.
Slightly uncertain about commit a91713a, since it changes an exception message. EDIT: I reverted it for now. |
Uh oh!
There was an error while loading. Please reload this page.
miss-islington
commented
Jun 9, 2023
Thanks @erlend-aasland for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11, 3.12. |
miss-islington
commented
Jun 9, 2023
Sorry @erlend-aasland, I had trouble checking out the |
miss-islington
commented
Jun 9, 2023
Sorry, @erlend-aasland, I could not cleanly backport this to |
(cherry picked from commit 89aac6f) Error handling was deferred in some cases, which could potentially lead to exceptions being overwritten. Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
bedevere-bot
commented
Jun 9, 2023
GH-105583 is a backport of this pull request to the 3.11 branch. |
(cherry picked from commit 89aac6f) Error handling was deferred in some cases, which could potentially lead to exceptions being overwritten. Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
bedevere-bot
commented
Jun 9, 2023
GH-105584 is a backport of this pull request to the 3.12 branch. |
serhiy-storchaka
left a comment
There was a problem hiding this comment.
I think this introduced more dangerous bugs in constructors.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
…ythongh-105475 (python#108543) (cherry picked from commit a429eaf)
Error handling was deferred in some cases, which could potentially lead to exceptions being overwritten.
Issue: