Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Avoid undefined reference
  • Loading branch information
encukou authored Mar 19, 2024
commit 1a45b38e2269ea58ce602a2fc43c5e3da3bf2bda
2 changes: 1 addition & 1 deletion Doc/whatsnew/3.13.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1394,7 +1394,7 @@ Changes in the Python API
than directories only. Users may add a trailing slash to match only
directories.

* The :c:func:`PyCode_GetFirstFree` is an ustable API now and has been renamed
* :c:func:`!PyCode_GetFirstFree` is an ustable API now and has been renamed
to :c:func:`PyUnstable_Code_GetFirstFree`.
(Contributed by Bogdan Romanyuk in :gh:`115781`)

Expand Down