]> granicus.if.org Git - python/commit
Store the functions in the _type_equality_funcs as wrapped objects that are deep...
authorMichael Foord <fuzzyman@voidspace.org.uk>
Thu, 2 Apr 2009 05:51:54 +0000 (05:51 +0000)
committerMichael Foord <fuzzyman@voidspace.org.uk>
Thu, 2 Apr 2009 05:51:54 +0000 (05:51 +0000)
commite2942d073d4b8a1f9b5f48c73855f409e6b900b2
tree1649336e68d7b466e35528c8e191d40e6e3d7cd2
parent7152f6d9156a19a9f1b31e313d2c19d840dc089d
Store the functions in the _type_equality_funcs as wrapped objects that are deep copyable.

This allows for the deep copying of TestCase instances.

Issue 5660
Lib/test/test_unittest.py
Lib/unittest.py