Skip to content

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

Closed
vstinner wants to merge 2 commits into
python:mainfrom
vstinner:limited_incref_error
Closed

gh-102304: Debug mode no longer supports Limited API 3.9#105391
vstinner wants to merge 2 commits into
python:mainfrom
vstinner:limited_incref_error

Conversation

@vstinner

@vstinnervstinner commented Jun 6, 2023

Copy link
Copy Markdown
Member

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
@vstinner
vstinner marked this pull request as ready for review June 6, 2023 15:13
@vstinner

Copy link
Copy Markdown
MemberAuthor

@vstinner

Copy link
Copy Markdown
MemberAuthor

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
Copy Markdown
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
@vstinner
vstinner 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