Skip to content

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

@ngoldbaumngoldbaum commented Jul 22, 2025

Copy link
Copy Markdown
Contributor

@hugovkasked 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-appbedevere-appBot added awaiting review docs Documentation in the Doc dir skip news labels Jul 22, 2025
@StanFromIrelandStanFromIreland changed the title Fix versionadded for C API functions that were backportedgh-133296: Fix versionadded for C API functions that were backportedJul 22, 2025
@AA-Turner
AA-Turner merged commit b13a5df into python:mainJul 22, 2025
36 checks passed
@github-project-automationgithub-project-automationBot moved this from Todo to Done in Docs PRsJul 22, 2025
Comment threadDoc/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.

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.

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.

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

#137525

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docsDocumentation in the Doc dirskip news

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

4 participants

@ngoldbaum@hugovk@AA-Turner@ZeroIntensity