• Victor Stinner's avatar
    bpo-36710: Remove PyImport_Cleanup() function (GH-14221) · 987a0dcf
    Victor Stinner authored
    * 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.".
    987a0dcf
import.rst 12.4 KB