-
-
Notifications
You must be signed in to change notification settings - Fork 81
PyPy 3.11 incompatibility: TypeError: object.__new__(_CDataBase) is not safe, use _CDataBase.__new__() #5462 #5291
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
What is |
Could you add a try: except: around the call to |
it's a class from cffi, I'm not sure they are picklable |
I think that should not be exposed in the pickled object, so it would be nice to see what actually is getting pickled. |
somehow it works on CPython, so @notxvilka it would be good to figure out how we can reproduce this. |
Ok, here is the pickle string ( |
I am not sure, if the bug is in Angr or in PyPy, but it happens only when calling Angr analysis concurrently. And the error happens in the PyPy's code, so I opened here as well.
This looks similar to python/cpython#78465
The text was updated successfully, but these errors were encountered: