Skip to content
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

python 3.13.0a6 tests throw errors due to pickling a _ThreadHandle #182

Closed
mmckerns opened this issue Apr 13, 2024 · 1 comment
Closed

Comments

@mmckerns
Copy link
Member

Tests seem to error out due to: uqfoundation/dill#654

Basically...

$ python test_multiprocessing_forkserver/test_manager.py 
EEEEEEE.sEEEEE.EEE........E....E........s.s.s.....s...s...ss.EE.E.ssE.E..s

where all errors end in:

  File "/opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/pickle.py", line 574, in save
    rv = reduce(self.proto)
         ~~~~~~^^^^^^^^^^^^
TypeError: cannot pickle '_thread._ThreadHandle' object

Interestingly, 3.13.0a5 doesn't trigger any errors, while the code is nearly identical.

@mmckerns
Copy link
Member Author

should be closed due to dill #679

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant