Don't load distutils in the Python standard library (#234)

This commit is contained in:
Roman Yurchak
2022-05-05 18:19:10 -06:00
committed by GitHub
parent 204c099a84
commit 8490b88386

View File

@@ -420,6 +420,7 @@ const loadInterpreter = async function (): Promise<any> {
pyodide = await loadPyodide({
stdout: console.log,
stderr: console.log,
fullStdLib: false
});
// now that we loaded, add additional convenience functions