Skip to content

handle a ThreadHandleType#679

Merged
mmckerns merged 4 commits intomasterfrom
threadhandle
Sep 13, 2024
Merged

handle a ThreadHandleType#679
mmckerns merged 4 commits intomasterfrom
threadhandle

Conversation

@mmckerns
Copy link
Member

@mmckerns mmckerns commented Sep 13, 2024

Summary

enable serialization of _thread._ThreadHandle instances.

Checklist

Documentation and Tests

  • Added relevant tests that run with python tests/__main__.py, and pass.
  • Added relevant documentation that builds in sphinx without error.
  • Artifacts produced with the main branch work as expected under this PR.

Release Management

  • Added "Fixes #NNN" in the PR body, referencing the issue (#NNN) it closes.
  • Added a comment to issue #NNN, linking back to this PR.

@mmckerns mmckerns added this to the dill-0.3.9 milestone Sep 13, 2024
@mmckerns
Copy link
Member Author

fixes #654 and multiprocess #182

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

threading.Thread fails to pickle in python > 3.13.0a5

1 participant