FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

gh-141004: Document old provisional names for vectorcall/code API by encukou · Pull Request #143568 · python/cpython · GitHub

/ cpython Public

gh-141004: Document old provisional names for vectorcall/code API - #143568

Merged
encukou merged 1 commit into
python:mainfrom
encukou:doc-backcompat-aliases
Jan 14, 2026
Merged

gh-141004: Document old provisional names for vectorcall/code API#143568
encukou merged 1 commit into
python:mainfrom
encukou:doc-backcompat-aliases

Conversation

encukou commented Jan 8, 2026
edited by github-actions Bot
Loading

Copy link
Copy Markdown
Member

For vectorcall API, the underscore-prefixed provisional names continue to be available per PEP 590: https://peps.python.org/pep-0590/#finalizing-the-api

For PyCode API, use :no-typesetting: rather than index:: so that these are semantically documented as C functions.


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

For vectorcall API, the underscore-prefixed provisional names
continue to be available per PEP 590:
https://peps.python.org/pep-0590/#finalizing-the-api

For PyCode API, use `:no-typesetting:` rather than `index::` so that
these are semantically documented as C functions.
encukou requested a review from ZeroIntensity January 8, 2026 14:45
bedevere-app Bot added docs Documentation in the Doc dir skip news labels Jan 8, 2026
github-project-automation Bot moved this to Todo in Docs PRs Jan 8, 2026
encukou changed the title gh-141004: Document old provisional names for vectorcall API gh-141004: Document old provisional names for vectorcall/code API Jan 8, 2026
encukou added needs backport to 3.14 bugs and security fixes needs backport to 3.13 bugs and security fixes labels Jan 12, 2026

ZeroIntensity left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

Thanks!

encukou merged commit 7e8a1b5 into python:main Jan 14, 2026
43 checks passed
github-project-automation Bot moved this from Todo to Done in Docs PRs Jan 14, 2026

Copy link
Copy Markdown

Thanks @encukou for the PR 🌮🎉.. I'm working now to backport this PR to: 3.13, 3.14.
🐍🍒⛏🤖

encukou deleted the doc-backcompat-aliases branch January 14, 2026 09:54
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jan 14, 2026
…PI (pythonGH-143568)

pythongh-141004: Document old provisional names for vectorcall & code API

For vectorcall API, the underscore-prefixed provisional names
continue to be available per PEP 590:
https://peps.python.org/pep-0590/#finalizing-the-api
Use `versionadded`, `versionchanged`, and `:no-typesetting:`
to mark this up.

For PyCode API, use `:no-typesetting:` rather than `index::` so that
these are semantically documented as C functions.
(cherry picked from commit 7e8a1b5)

Co-authored-by: Petr Viktorin <encukou@gmail.com>
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jan 14, 2026
…PI (pythonGH-143568)

pythongh-141004: Document old provisional names for vectorcall & code API

For vectorcall API, the underscore-prefixed provisional names
continue to be available per PEP 590:
https://peps.python.org/pep-0590/#finalizing-the-api
Use `versionadded`, `versionchanged`, and `:no-typesetting:`
to mark this up.

For PyCode API, use `:no-typesetting:` rather than `index::` so that
these are semantically documented as C functions.
(cherry picked from commit 7e8a1b5)

Co-authored-by: Petr Viktorin <encukou@gmail.com>

bedevere-app Bot commented Jan 14, 2026

Copy link
Copy Markdown

GH-143828 is a backport of this pull request to the 3.14 branch.

bedevere-app Bot removed the needs backport to 3.14 bugs and security fixes label Jan 14, 2026

bedevere-app Bot commented Jan 14, 2026

Copy link
Copy Markdown

GH-143829 is a backport of this pull request to the 3.13 branch.

bedevere-app Bot removed the needs backport to 3.13 bugs and security fixes label Jan 14, 2026
encukou added a commit that referenced this pull request Jan 14, 2026
…API (GH-143568) (GH-143828)

For vectorcall API, the underscore-prefixed provisional names
continue to be available per PEP 590:
https://peps.python.org/pep-0590/#finalizing-the-api
Use `versionadded`, `versionchanged`, and `:no-typesetting:`
to mark this up.

For PyCode API, use `:no-typesetting:` rather than `index::` so that
these are semantically documented as C functions.
(cherry picked from commit 7e8a1b5)

Co-authored-by: Petr Viktorin <encukou@gmail.com>
encukou added a commit that referenced this pull request Jan 14, 2026
…API (GH-143568) (GH-143829)

For vectorcall API, the underscore-prefixed provisional names
continue to be available per PEP 590:
https://peps.python.org/pep-0590/#finalizing-the-api
Use `versionadded`, `versionchanged`, and `:no-typesetting:`
to mark this up.

For PyCode API, use `:no-typesetting:` rather than `index::` so that
these are semantically documented as C functions.
(cherry picked from commit 7e8a1b5)

Co-authored-by: Petr Viktorin <encukou@gmail.com>
thunder-coding pushed a commit to thunder-coding/cpython that referenced this pull request Feb 15, 2026
…PI (pythonGH-143568)

pythongh-141004: Document old provisional names for vectorcall & code API

For vectorcall API, the underscore-prefixed provisional names
continue to be available per PEP 590:
https://peps.python.org/pep-0590/#finalizing-the-api
Use `versionadded`, `versionchanged`, and `:no-typesetting:`
to mark this up.

For PyCode API, use `:no-typesetting:` rather than `index::` so that
these are semantically documented as C functions.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs Documentation in the Doc dir skip news

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants


Back | FazBrowse Home | New Git URL