This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients ezio.melotti, michael.foord, pitrou, rbcollins
Date 2014-11-19.19:49:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1416426552.76.0.140329555318.issue22903@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2014-11-19 19:49:12pitrousetrecipients: + pitrou, rbcollins, ezio.melotti, michael.foord
2014-11-19 19:49:12pitrousetmessageid: <1416426552.76.0.140329555318.issue22903@psf.upfronthosting.co.za>
2014-11-19 19:49:12pitroulinkissue22903 messages
2014-11-19 19:49:12pitroucreate