mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-23 22:02: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/pylifecycle.c
vendored
1
third_party/python/Python/pylifecycle.c
vendored
|
@ -248,6 +248,7 @@ _Py_InitializeEx_Private(int install_sigs, int install_importlib)
|
|||
PySys_SetObject("__stderr__", pstderr);
|
||||
Py_DECREF(pstderr);
|
||||
|
||||
_PyImportLookupTables_Init();
|
||||
_PyImport_Init();
|
||||
|
||||
_PyImportHooks_Init();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue