-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
subrepos/python: all the wasm hacks (266b6a259bd0600258a563810e94ab35…
…3eac2246)
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule python
updated
20 files
+5 −7 | Lib/importlib/_bootstrap.py | |
+12 −26 | Lib/importlib/_bootstrap_external.py | |
+1 −1 | Lib/importlib/readers.py | |
+1 −18 | Lib/zipimport.py | |
+1 −0 | Modules/_io/_iomodule.c | |
+17 −2 | Modules/_io/fileio.c | |
+13 −7 | Modules/getpath.c | |
+12 −0 | Modules/posixmodule.c | |
+2 −0 | Modules/signalmodule.c | |
+4 −7 | Objects/fileobject.c | |
+1 −0 | Programs/_freeze_importlib.c | |
+27 −3 | Python/ceval.c | |
+0 −3 | Python/frozen.c | |
+3 −0 | Python/import.c | |
+1,550 −1,556 | Python/importlib.h | |
+2,390 −2,404 | Python/importlib_external.h | |
+879 −902 | Python/importlib_zipimport.h | |
+14 −3 | Python/pylifecycle.c | |
+0 −5 | Python/pytime.c | |
+4 −4 | Python/traceback.c |