Skip to content

Conversation

@vstinner
Copy link
Member

@vstinnervstinner 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.
@vstinnervstinner added the needs backport to 3.12 only security fixes label Jun 6, 2023
@vstinnervstinner marked this pull request as ready for review June 6, 2023 15:13
@vstinner
Copy link
MemberAuthor

@vstinner
Copy link
MemberAuthor

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

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

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

@vstinnervstinner closed this Jun 9, 2023
@vstinnervstinner reopened this Jun 9, 2023
@vstinnervstinner closed this Jun 9, 2023
@vstinnervstinner deleted the limited_incref_error branch June 9, 2023 09:36
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

needs backport to 3.12only security fixes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@vstinner@bedevere-bot