8000 Don't load distutils in the Python standard library · pyscript/pyscript@aa68008 · GitHub
[go: up one dir, main page]

Skip to content

Commit aa68008

Browse files
committed
Don't load distutils in the Python standard library
1 parent 9334592 commit aa68008

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyscriptjs/src/interpreter.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -420,6 +420,7 @@ const loadInterpreter = async function (): Promise<any> {
420420
pyodide = await loadPyodide({
421421
stdout: console.log,
422422
stderr: console.log,
423+
fullStdLib: false
423424
});
424425

425426
// now that we loaded, add additional convenience functions

0 commit comments

Comments
 (0)
0