Skip to content
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

gh-102304: Debug mode no longer supports Limited API 3.9 #105391

Closed
wants to merge 2 commits into from

Conversation

vstinner
Copy link
Member

@vstinner vstinner commented Jun 6, 2023

Python built in debug mode can no longer build C extensions using the limited C API version 3.9 and older.


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

Python built in debug mode can no longer build C extensions using the
limited C API version 3.9 and older.
@vstinner vstinner added the needs backport to 3.12 bug and security fixes label Jun 6, 2023
@vstinner vstinner marked this pull request as ready for review June 6, 2023 15:13
@vstinner
Copy link
Member Author

vstinner commented Jun 6, 2023

cc @encukou @ambv @ericsnowcurrently

@vstinner
Copy link
Member Author

vstinner commented Jun 6, 2023

See also PR #105388: gh-105387: Limited C API implements Py_INCREF() as func.

@vstinner vstinner marked this pull request as draft June 8, 2023 01:24
@vstinner
Copy link
Member Author

vstinner commented Jun 9, 2023

Abandonned in favor of PR #105550 which keeps support for Python 3.9 and older.

@vstinner vstinner closed this Jun 9, 2023
@vstinner vstinner reopened this Jun 9, 2023
@vstinner vstinner closed this Jun 9, 2023
@vstinner vstinner deleted the limited_incref_error branch June 9, 2023 09:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs backport to 3.12 bug and security fixes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants