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

gh-133296: Fix versionadded for C API functions that were backported by ngoldbaum · Pull Request #137024 · python/cpython · GitHub

/ cpython Public

gh-133296: Fix versionadded for C API functions that were backported - #137024

Merged
AA-Turner merged 1 commit into
python:mainfrom
ngoldbaum:versionadded-new-api
Jul 22, 2025
Merged

gh-133296: Fix versionadded for C API functions that were backported#137024
AA-Turner merged 1 commit into
python:mainfrom
ngoldbaum:versionadded-new-api

Conversation

ngoldbaum commented Jul 22, 2025
edited by bedevere-app Bot
Loading

Copy link
Copy Markdown
Contributor

@hugovk asked me to update these docs on main to account for the late-breaking backport to 3.14.


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

bedevere-app Bot added awaiting review docs Documentation in the Doc dir skip news labels Jul 22, 2025
github-project-automation Bot moved this to Todo in Docs PRs Jul 22, 2025
StanFromIreland changed the title Fix versionadded for C API functions that were backported gh-133296: Fix versionadded for C API functions that were backported Jul 22, 2025
AA-Turner merged commit b13a5df into python:main Jul 22, 2025
36 checks passed
github-project-automation Bot moved this from Todo to Done in Docs PRs Jul 22, 2025
Comment thread Doc/whatsnew/3.14.rst
* ``_Py_GetConfig()``: :c:func:`PyConfig_Get` and :c:func:`PyConfig_GetInt`
* ``_Py_HashBytes()``: :c:func:`Py_HashBuffer`
* ``_Py_fopen_obj()``: :c:func:`Py_fopen`
* ``PyMutex_IsLocked()`` : :c:func:`PyMutex_IsLocked`

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

Should the first one start with an underscore?

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

Nope, the private API lacked a leading underscore.

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

Then I need to undo my typo "fix" :)

#137525

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.

4 participants


Back | FazBrowse Home | New Git URL