◐ Shell
clean mode source ↗

bpo-36710: Remove PyImport_Cleanup() function by vstinner · Pull Request #14221 · python/cpython

* Rename PyImport_Cleanup() to _PyImport_Cleanup() and move it to the
  internal C API. Add 'tstate' parameters.
* Remove documentation of _PyImport_Init(), PyImport_Cleanup(),
  _PyImport_Fini(). All three were documented as "For internal use
  only.".

CuriousLearner added a commit to CuriousLearner/cpython that referenced this pull request

Jun 21, 2019

lisroach pushed a commit to lisroach/cpython that referenced this pull request

Sep 10, 2019
* Rename PyImport_Cleanup() to _PyImport_Cleanup() and move it to the
  internal C API. Add 'tstate' parameters.
* Remove documentation of _PyImport_Init(), PyImport_Cleanup(),
  _PyImport_Fini(). All three were documented as "For internal use
  only.".

DinoV pushed a commit to DinoV/cpython that referenced this pull request

Jan 14, 2020
* Rename PyImport_Cleanup() to _PyImport_Cleanup() and move it to the
  internal C API. Add 'tstate' parameters.
* Remove documentation of _PyImport_Init(), PyImport_Cleanup(),
  _PyImport_Fini(). All three were documented as "For internal use
  only.".