8000 add bad api; add gilectomy · mscherer/pythoncapi@01709b0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 01709b0

Browse files
committed
add bad api; add gilectomy
1 parent 8a948a7 commit 01709b0

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

doc/bad_api.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -330,4 +330,10 @@ use only". Examples:
330330

331331
Why ``PyImport_Cleanup()`` is still a public method?
332332

333+
Public but not documented and not part of Python.h:
334+
335+
* ``PyFrame_FastToLocalsWithError()``
336+
* ``PyFrame_FastToLocals()``
337+
* ``PyFrame_LocalsToFast()``
338+
333339
These functions should be made really private and removed from the C API.

doc/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ Pages
5454
cpyext
5555
cython
5656
cffi
57+
gilectomy
5758
remove_c_api
5859
performance
5960
split_include

0 commit comments

Comments
 (0)
0