mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-29 05:50:27 +00:00
Add sys.meta_path entry for APE zip store (#425)
This commit is contained in:
parent
893cc06fc2
commit
b535937fca
10 changed files with 340 additions and 84 deletions
1
third_party/python/Python/finalize.c
vendored
1
third_party/python/Python/finalize.c
vendored
|
@ -96,6 +96,7 @@ Py_FinalizeEx(void)
|
|||
#endif
|
||||
/* Destroy all modules */
|
||||
PyImport_Cleanup();
|
||||
_PyImportLookupTables_Cleanup();
|
||||
|
||||
/* Flush sys.stdout and sys.stderr (again, in case more was printed) */
|
||||
if (_Py_FlushStdFiles() < 0) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue