Issue 10173: Don't pickle TestCase instances in test_multiprocessing (original) (raw)

Created on 2010-10-22 22:36 by pitrou, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
tmp.patch pitrou,2010-10-22 22:36
Messages (2)
msg119407 - (view) Author: Antoine Pitrou (pitrou) * (Python committer) Date: 2010-10-22 22:36
unittest.TestCase instances aren't supposed to be picklable, but test_multiprocessing does it anyway (under Windows). Here is a patch.
msg120293 - (view) Author: Antoine Pitrou (pitrou) * (Python committer) Date: 2010-11-02 23:53
Committed in r86130 (3.2), r86131 (2.7) and r86132 (3.1).
History
Date User Action Args
2022-04-11 14:57:07 admin set github: 54382
2010-11-02 23:53:06 pitrou set status: open -> closedresolution: fixedmessages: + stage: patch review -> resolved
2010-10-23 18:10:51 pitrou link issue10180 dependencies
2010-10-22 22:41:42 pitrou set nosy: + michael.foord
2010-10-22 22:36:30 pitrou create