Skip to content

[3.13] gh-135607: remove null checking of weakref list in dealloc of extension modules and objects (#135614) - #136126

Merged
vstinner merged 1 commit into
python:3.13from
vstinner:weakref_null13
Jul 1, 2025
Merged

[3.13] gh-135607: remove null checking of weakref list in dealloc of extension modules and objects (#135614)#136126
vstinner merged 1 commit into
python:3.13from
vstinner:weakref_null13

Conversation

@vstinner

@vstinner vstinner commented Jun 30, 2025

Copy link
Copy Markdown
Member
…xtension modules and objects (python#135614)

Co-authored-by: Kumar Aditya <kumaraditya@python.org>
Co-authored-by: Victor Stinner <vstinner@python.org>
(cherry picked from commit b1056c2)
@vstinner

Copy link
Copy Markdown
Member Author

I had to fix many merge conflicts for this backport, like on 2/3 of modified files. Please review carefully.

cc @kumaraditya303

@kumaraditya303 kumaraditya303 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks

@vstinner
vstinner merged commit e3a277c into python:3.13 Jul 1, 2025
@vstinner
vstinner deleted the weakref_null13 branch July 1, 2025 09:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

3 participants