fix(core): Allow importlib in sys.modules in native Python runner (no-changelog) (#19244)

This commit is contained in:
Iván Ovejero
2025-09-05 14:58:19 +02:00
committed by GitHub
parent 0d7f9ae182
commit 18408bcaa1

View File

@@ -336,6 +336,8 @@ class TaskExecutor:
"sys", "sys",
"traceback", "traceback",
"linecache", "linecache",
"importlib",
"importlib.machinery",
} }
if "*" in stdlib_allow: if "*" in stdlib_allow: