You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 13, 2025. It is now read-only.
Originally reported by: RMTEW FULL NAME (Bitbucket: rmtew, GitHub: rmtew)
(originally reported in Trac by @akruis on 2013-02-01 22:05:15)
As always with the tip of branch 2.7-slp
The test case "test_unpickleable_result" from LIb/test/test_multiprocessing.py fails. The failure is caused by an incorrect assumption in the test code the a lambda expression can't be pickled.
Originally reported by: RMTEW FULL NAME (Bitbucket: rmtew, GitHub: rmtew)
(originally reported in Trac by @akruis on 2013-02-01 22:05:15)
As always with the tip of branch 2.7-slp
The test case "test_unpickleable_result" from LIb/test/test_multiprocessing.py fails. The failure is caused by an incorrect assumption in the test code the a lambda expression can't be pickled.
The attached patch fixes this issue.
The text was updated successfully, but these errors were encountered: