[Python-Dev] On breaking modules into packages Was: [issue10199] Move Demo/turtle under Lib/

Antoine Pitrou solipsis at pitrou.net
Wed Nov 3 15:33:18 CET 2010


Le mercredi 03 novembre 2010 à 14:26 +0000, Michael Foord a écrit :
> 
> Interesting. We made some fixes before 2.7 to ensure they were copyable, 
> but we fixed this in the copy module. TestCase instances now store some 
> method objects in a dictionary which may make them unpickleable, so that 
> could be a new problem. I'll test with 2.6 and 2.7 to see.

I don't think it is a problem in unittest, unless pickling TestCase
objects is really useful. I have fixed the problem in
test_multiprocessing instead.

Regards

Antoine.




More information about the Python-Dev mailing list