diff --git a/fickling/fickle.py b/fickling/fickle.py index 50173a4..1215686 100644 --- a/fickling/fickle.py +++ b/fickling/fickle.py @@ -74,6 +74,7 @@ def __post_init__(self) -> None: "pty", "commands", # Legacy Python 2 module "multiprocessing", + "_posixsubprocess", # Code execution/compilation "code", "codeop", @@ -91,6 +92,7 @@ def __post_init__(self) -> None: "pkgutil", "zipimport", "gc", + "site", # Attribute access (getattr equivalent bypasses) "inspect", # Operator module bypasses @@ -156,6 +158,7 @@ def __post_init__(self) -> None: "_signal", "threading", "_thread", + "atexit", # Database/file creation "sqlite3", "_sqlite3",