You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The new serialization code for Python 3.10+ does not seem to work
on PyPy3.10 7.3.13, as it causes:
ValueError: no signature found for builtin type <class 'code'>
Switch back to the old code if PyPy is used, at least for the time
being. With this change, the test suite passes on PyPy3.10.
Fixes#845
0 commit comments