]> granicus.if.org Git - python/commit
_PyImport_Fini(): Closed small memory leak when an embedded app calls
authorBarry Warsaw <barry@python.org>
Tue, 3 Oct 2000 16:02:05 +0000 (16:02 +0000)
committerBarry Warsaw <barry@python.org>
Tue, 3 Oct 2000 16:02:05 +0000 (16:02 +0000)
commit84294487dfbe394812512debb85e4b682cec8e57
tree8c33ab37e405fa3ea472870789aebc62ba4e1c8b
parente35360ffd0c3cfbcc97e6cae0e0146d11336f9d0
_PyImport_Fini(): Closed small memory leak when an embedded app calls
Py_Initialize()/Py_Finalize() in a loop.  _PyImport_Filetab needed to
be deallocated.  Partial closure of SF #110681, Jitterbug PR#398.
Python/import.c