commit | 987a0dcfa1302df6c1ed8cf14762dc18628e3f33 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@redhat.com> | Wed Jun 19 10:36:10 2019 +0200 |
committer | GitHub <noreply@github.com> | Wed Jun 19 10:36:10 2019 +0200 |
tree | e5067c951f469056947e4b2c3312503610424abc | |
parent | 7821b4c6d29933511d50bb42255e39790c6abf00 [diff] |
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.".