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 mark.dickinson
Recipients benjamin.peterson, brett.cannon, georg.brandl, gvanrossum, mark.dickinson
Date 2008-10-16.07:20:26
SpamBayes Score 4.237753e-09
Marked as misclassified No
Message-id <1224141629.47.0.0492798707237.issue1717@psf.upfronthosting.co.za>
In-reply-to
Content
> Guido's patch breaks these tests:
> 
> test_descr test_hash test_long test_richcmp test_set

It looks like all these are easily fixed:  all these tests were making 
outdated assumptions and needed updating.

Here's a patch that fixes these tests.

One other detail:

In test_descr.py, there are tests for 'overridden behavior for static 
classes' and 'overridden behavior for dynamic classes', using test classes 
'Proxy' and 'DProxy';  apart from the name change, the 'dynamic' code is 
identical to the 'static' code, so I removed it.  I guess this had to do 
with the __dynamic__ class attribute, which is ancient history, no?
History
Date User Action Args
2008-10-16 07:20:29mark.dickinsonsetrecipients: + mark.dickinson, gvanrossum, brett.cannon, georg.brandl, benjamin.peterson
2008-10-16 07:20:29mark.dickinsonsetmessageid: <1224141629.47.0.0492798707237.issue1717@psf.upfronthosting.co.za>
2008-10-16 07:20:28mark.dickinsonlinkissue1717 messages
2008-10-16 07:20:28mark.dickinsoncreate