Skip to content

Commit

Permalink
add bad api; add gilectomy
Browse files Browse the repository at this point in the history
  • Loading branch information
vstinner committed Sep 20, 2018
1 parent 8a948a7 commit 01709b0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions doc/bad_api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -330,4 +330,10 @@ use only". Examples:

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

Public but not documented and not part of Python.h:

* ``PyFrame_FastToLocalsWithError()``
* ``PyFrame_FastToLocals()``
* ``PyFrame_LocalsToFast()``

These functions should be made really private and removed from the C API.
1 change: 1 addition & 0 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ Pages
cpyext
cython
cffi
gilectomy
remove_c_api
performance
split_include
Expand Down

0 comments on commit 01709b0

Please sign in to comment.