Remi-Avec-Un-I
Remi-Avec-Un-I
So the project will no longer being update?
Add : import collections collections.Callable = collections.abc.Callable in the beginning of cloudfail.py
``` import dis def foo(): try: with open('file.txt') as f: print(f.read()) except Exception as e: print(f"Error: {e}") dis.dis(foo) ``` For python 3.11, the result is: ``` ... >> 128 PUSH_EXC_INFO...
Why would you decompile a not compiled file?