-
Notifications
You must be signed in to change notification settings - Fork 66
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
Odd stack frame (race) condition on py 3.10 #480
Comments
Linking goodboy/tractor#165 as source discovery. |
4 tasks
Related to #482? |
Yeah maybe it was just the one major version? For now this is being worked around by taking |
goodboy
added a commit
to goodboy/tractor
that referenced
this issue
May 31, 2022
goodboy
added a commit
to goodboy/tractor
that referenced
this issue
Jun 26, 2022
goodboy
added a commit
to goodboy/tractor
that referenced
this issue
Jul 12, 2022
goodboy
added a commit
to goodboy/tractor
that referenced
this issue
Jul 14, 2022
goodboy
added a commit
to goodboy/tractor
that referenced
this issue
Jul 15, 2022
goodboy
added a commit
to goodboy/tractor
that referenced
this issue
Jul 27, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I can hit this traceback on py3.10 on the latest release:
However it seems to be resolved in b757794 (I haven't bisected any further back yet) so running off
master
seems to resolve it.Just wondering if this was fixed intentionally and when we can expect a release to cover it 🏄🏼
The text was updated successfully, but these errors were encountered: