removed _compiled_call_impl line

This commit is contained in:
Manish Aradwad 2024-01-02 04:16:35 +00:00
parent 3301769e0b
commit 74328a0938

View File

@ -442,7 +442,6 @@ class Module(dict):
def __getstate__(self): def __getstate__(self):
state = self.__dict__.copy() state = self.__dict__.copy()
state.pop("_compiled_call_impl", None)
return state return state
def __setstate__(self, state): def __setstate__(self, state):