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-39492: Fix a reference cycle between reducer_override and a Pickler instance #18266
bpo-39492: Fix a reference cycle between reducer_override and a Pickler instance #18266
Conversation
|
@pitrou if you want to take a look. |
|
A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated. Once you have made the requested changes, please leave a comment on this pull request containing the phrase |
…/cpython into fix-pickler-reference-cycle
|
@pierreglaser: Status check is done, and it's a success |
|
Thanks @pierreglaser for the PR |
|
Thanks @pierreglaser for the PR |
|
I'm having trouble backporting to |
|
Thanks @pierreglaser for the PR |
|
GH-18316 is a backport of this pull request to the 3.8 branch. |
… Pickler instance (GH-18266) (#18316) https://bugs.python.org/issue39492 Automerge-Triggered-By: @pitrou (cherry picked from commit 0f2f35e) Co-authored-by: Pierre Glaser <pierreglaser@msn.com>
|
Sorry, @pierreglaser, I could not cleanly backport this to |
|
Sorry @pierreglaser, I had trouble checking out the |
|
I'm confused by the bot: was this PR well backported to 3.8? cc @pitrou |
|
It was, but I had to do it manually because the bot failed for some reason. |
…er instance (pythonGH-18266) This also needs a backport to 3.8 https://bugs.python.org/issue39492 Automerge-Triggered-By: @pitrou
…er instance (pythonGH-18266) This also needs a backport to 3.8 https://bugs.python.org/issue39492 Automerge-Triggered-By: @pitrou
This also needs a backport to 3.8
https://bugs.python.org/issue39492
Automerge-Triggered-By: @pitrou