add zlib to import parser exception

This commit is contained in:
Ruben Fiszel
2025-02-21 21:26:14 +01:00
parent ab1c15d92f
commit e71882d0a0

View File

@@ -318,7 +318,7 @@ async fn parse_python_imports_inner(
}
}
const STDIMPORTS: [&str; 302] = [
const STDIMPORTS: [&str; 303] = [
"--future--",
"-abc",
"-aix-support",
@@ -620,5 +620,6 @@ const STDIMPORTS: [&str; 302] = [
"zipapp",
"zipfile",
"zipimport",
"zlib",
"",
];