[New-bugs-announce] [issue22903] unittest creates non-picklable errors

Antoine Pitrou report at bugs.python.org
Wed Nov 19 20:49:12 CET 2014


New submission from Antoine Pitrou:

Just got this:

_pickle.PicklingError: Can't pickle <class 'unittest.loader.ModuleImportFailure'>: attribute lookup ModuleImportFailure on unittest.loader failed

unittest should use regular exception classes instead.

----------
messages: 231398
nosy: ezio.melotti, michael.foord, pitrou, rbcollins
priority: normal
severity: normal
status: open
title: unittest creates non-picklable errors
versions: Python 3.4, Python 3.5

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


More information about the New-bugs-announce mailing list