Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Wrap m.intentional_deadlock in a Python function, for `ForkingPickler…
…` compatibility. ``` > ForkingPickler(file, protocol).dump(obj) E TypeError: cannot pickle 'PyCapsule' object ``` Observed with all Windows builds including mingw but not PyPy, and macos-latest with Python 3.9, 3.10, 3.11 but not 3.6.
- Loading branch information