8000
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 8a948a7 commit 01709b0Copy full SHA for 01709b0
doc/bad_api.rst
@@ -330,4 +330,10 @@ use only". Examples:
330
331
Why ``PyImport_Cleanup()`` is still a public method?
332
333
+Public but not documented and not part of Python.h:
334
+
335
+* ``PyFrame_FastToLocalsWithError()``
336
+* ``PyFrame_FastToLocals()``
337
+* ``PyFrame_LocalsToFast()``
338
339
These functions should be made really private and removed from the C API.
doc/index.rst
@@ -54,6 +54,7 @@ Pages
54
cpyext
55
cython
56
cffi
57
+ gilectomy
58
remove_c_api
59
performance
60
split_include
0 commit comments