We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a61f5a commit 4b34da9Copy full SHA for 4b34da9
Doc/whatsnew/3.15.rst
@@ -884,7 +884,7 @@ Porting to Python 3.15
884
885
* Private functions promoted to public C APIs:
886
887
- * :c:func:`_PyDict_NewPresized`: use :c:func:`PyDict_NewPresized`.
+ * :c:func:`!_PyDict_NewPresized`: use :c:func:`PyDict_NewPresized`.
888
889
The |pythoncapi_compat_project| can be used to get most of these new
890
functions on Python 3.14 and older.
0 commit comments