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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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