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 gz
Recipients MarkRoddy, gz, michael.foord
Date 2011-07-13.00:05:53
SpamBayes Score 1.4866138e-06
Marked as misclassified No
Message-id <1310515554.23.0.512322223781.issue12544@psf.upfronthosting.co.za>
In-reply-to
Content
The fix for issue 10326 landing on Python 2.7 trunk has interfered with a hack I wrote in Bazaar to break the reference cycles the private `unittest.TestCase._type_equality_funcs` member creates.

As the change to make pickling work is nearly enough to avoid the test and the dict referencing each other, it would be good to remove that breakage and the need for the hack in the first place.

Downstream bug:

<https://bugs.launchpad.net/ubuntu/+source/bzr/+bug/809048>
History
Date User Action Args
2011-07-13 00:05:54gzsetrecipients: + gz, michael.foord, MarkRoddy
2011-07-13 00:05:54gzsetmessageid: <1310515554.23.0.512322223781.issue12544@psf.upfronthosting.co.za>
2011-07-13 00:05:53gzlinkissue12544 messages
2011-07-13 00:05:53gzcreate