Skip to content

Conversation

ngoldbaum
Copy link
Contributor

@ngoldbaum ngoldbaum commented Jul 22, 2025

@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 bedevere-app bot added awaiting review docs Documentation in the Doc dir skip news labels Jul 22, 2025
@github-project-automation github-project-automation bot moved this to Todo in Docs PRs Jul 22, 2025
@StanFromIreland 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 AA-Turner merged commit b13a5df into python:main Jul 22, 2025
36 checks passed
@github-project-automation github-project-automation bot moved this from Todo to Done in Docs PRs Jul 22, 2025
@@ -3035,6 +3035,7 @@ Porting to Python 3.14
* ``_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
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
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
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 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