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 JelleZijlstra
Recipients JelleZijlstra
Date 2016-06-07.20:48:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1465332483.31.0.223891907563.issue27260@psf.upfronthosting.co.za>
In-reply-to
Content
>>> class Foo: pass
... 
>>> super(Foo) == super(Foo)
False

Will submit a patch later
History
Date User Action Args
2016-06-07 20:48:03JelleZijlstrasetrecipients: + JelleZijlstra
2016-06-07 20:48:03JelleZijlstrasetmessageid: <1465332483.31.0.223891907563.issue27260@psf.upfronthosting.co.za>
2016-06-07 20:48:03JelleZijlstralinkissue27260 messages
2016-06-07 20:48:03JelleZijlstracreate