[New-bugs-announce] [issue10173] Don't pickle TestCase instances in test_multiprocessing

Antoine Pitrou report at bugs.python.org
Sat Oct 23 00:36:33 CEST 2010


New submission from Antoine Pitrou <pitrou at free.fr>:

unittest.TestCase instances aren't supposed to be picklable, but test_multiprocessing does it anyway (under Windows). Here is a patch.

----------
components: Tests
files: tmp.patch
keywords: patch
messages: 119407
nosy: asksol, jnoller, pitrou
priority: normal
severity: normal
stage: patch review
status: open
title: Don't pickle TestCase instances in test_multiprocessing
type: behavior
versions: Python 2.7, Python 3.1, Python 3.2
Added file: http://bugs.python.org/file19337/tmp.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10173>
_______________________________________


More information about the New-bugs-announce mailing list