Skip to content

gh-105268: Remove _PyGC_FINALIZED() macro #105350

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

Merged
merged 1 commit into from
Jun 6, 2023

Conversation

vstinner
Copy link
Member

@vstinner vstinner commented Jun 6, 2023

Remove the old private, undocumented and untested _PyGC_FINALIZED() macro which was kept for backward compatibility with Python 3.8 and older.


📚 Documentation preview 📚: https://cpython-previews--105350.org.readthedocs.build/

Remove the old private, undocumented and untested _PyGC_FINALIZED()
macro which was kept for backward compatibility with Python 3.8 and
older.
@vstinner
Copy link
Member Author

vstinner commented Jun 6, 2023

cc @iritkatriel

@vstinner vstinner merged commit 8ddf0dd into python:main Jun 6, 2023
@vstinner vstinner deleted the remove_pygc_finalized branch June 6, 2023 09:54
@vstinner vstinner added the needs backport to 3.12 only security fixes label Jul 27, 2023
@miss-islington
Copy link
Contributor

Thanks @vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.12.
🐍🍒⛏🤖

@miss-islington
Copy link
Contributor

Sorry, @vstinner, I could not cleanly backport this to 3.12 due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker 8ddf0dd264acafda29dc587ab8393387bb9a76ab 3.12

@bedevere-bot
Copy link

GH-107348 is a backport of this pull request to the 3.12 branch.

@bedevere-bot bedevere-bot removed the needs backport to 3.12 only security fixes label Jul 27, 2023
vstinner added a commit to vstinner/cpython that referenced this pull request Jul 27, 2023
Remove the old private, undocumented and untested _PyGC_FINALIZED()
macro which was kept for backward compatibility with Python 3.8 and
older.

(cherry picked from commit 8ddf0dd)
vstinner added a commit to vstinner/cpython that referenced this pull request Aug 14, 2023
Remove the old private, undocumented and untested _PyGC_FINALIZED()
macro which was kept for backward compatibility with Python 3.8 and
older.

(cherry picked from commit 8ddf0dd)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants