-
-
Notifications
You must be signed in to change notification settings - Fork 64
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
Errors for forkserver and spawn in pypy3 #94
Comments
Several |
The |
It seems that a
I'll limit the remainder of this issue to |
Note that the Traceback for both |
pypy3
produces severalKeyError
and, potentially, tries to hash aUserDict
(thus throwing an error) when run with aforkserver
or byspawn
.Errors are as follows:
and
The text was updated successfully, but these errors were encountered: