bpo-36710: Remove PyImport_Cleanup() function (GH-14221)
* 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.".
V
Victor Stinner committed
987a0dcfa1302df6c1ed8cf14762dc18628e3f33
Parent: 7821b4c
Committed by GitHub <noreply@github.com>
on 6/19/2019, 8:36:10 AM