Skip to content

Commit 5ba46de

Browse files
committed
Fixed global module paths
The static Python can now import modules from the regular module directories. Please note that modules that contain C code will still not work, and will never work, because these require `ld` to load their shared module, which isn't something that can be done in static binaries.
1 parent 247538e commit 5ba46de

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/compilation/frozen_python_modules.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ _pydatetime
101101
_pydecimal
102102
_pyio
103103
_pylong
104+
<_pyrepl.**.*>
104105
queue
105106
quopri
106107
random

0 commit comments

Comments
 (0)