Skip to content

Commit

Permalink
PyImport functions moved to the internal C API
Browse files Browse the repository at this point in the history
  • Loading branch information
vstinner committed Feb 7, 2020
1 parent fed02b2 commit 19f80ce
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions doc/bad_api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -366,15 +366,6 @@ Is it an issue? Should we do something?
For internal use only
=====================

The C API documentation contains a few functions with the note "For internal
use only". Examples:

* ``_PyImport_Init()``
* ``PyImport_Cleanup()``
* ``_PyImport_Fini()``

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

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

* ``PyFrame_FastToLocalsWithError()``
Expand Down

0 comments on commit 19f80ce

Please sign in to comment.