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
Enable the new `inspect.signature(types.CodeType)` code path for
PyPy3.11 and newer. Add a workaround to skip the `magic` parameter
that does not seem to be exposed (or needed).
With these changes, the serialization tests pass on PyPy3.11 7.3.19,
as well as most of the test suite.
Fixes#933
Signed-off-by: Michał Górny <[email protected]>
0 commit comments