New submission from Antoine Pitrou <pit...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue10173>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to