X Tutup
Skip to content

[3.13] gh-127791: Fix, document, and test PyUnstable_AtExit (GH-127793)#127819

Merged
vstinner merged 4 commits intopython:3.13from
ZeroIntensity:backport-d5d84c3-3.13
Dec 11, 2024
Merged

[3.13] gh-127791: Fix, document, and test PyUnstable_AtExit (GH-127793)#127819
vstinner merged 4 commits intopython:3.13from
ZeroIntensity:backport-d5d84c3-3.13

Conversation

@ZeroIntensity
Copy link
Member

@ZeroIntensity ZeroIntensity commented Dec 11, 2024

…ythonGH-127793)

(cherry picked from commit d5d84c3)

Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
@ZeroIntensity
Copy link
Member Author

@vstinner Apparently, changing the atexit state breaks the ABI. I'll revert that for now.

@vstinner
Copy link
Member

Please add a comment on last_ll_callback to mention that it's kept to leave the ABI unchanged, but it's no longer used.

@vstinner vstinner merged commit bcdd10d into python:3.13 Dec 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

X Tutup