mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-22 21:32:31 +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
2
third_party/python/Include/import.h
vendored
2
third_party/python/Include/import.h
vendored
|
@ -73,6 +73,8 @@ PyObject * PyImport_GetImporter(PyObject *path);
|
|||
PyObject * PyImport_Import(PyObject *name);
|
||||
PyObject * PyImport_ReloadModule(PyObject *m);
|
||||
void PyImport_Cleanup(void);
|
||||
void _PyImportLookupTables_Init(void);
|
||||
void _PyImportLookupTables_Cleanup(void);
|
||||
#if !defined(Py_LIMITED_API) || Py_LIMITED_API+0 >= 0x03030000
|
||||
int PyImport_ImportFrozenModuleObject(
|
||||
PyObject *name
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue