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 Ramchandra Apte
Recipients Ramchandra Apte
Date 2012-09-01.14:09:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1346508541.04.0.853072474076.issue15839@psf.upfronthosting.co.za>
In-reply-to
Content
Running the erronous code:

class X:
    super_object = super()

fails with a SystemError("super(): __class__ cell not found")
The exception should be a NameError or SystemError.
History
Date User Action Args
2012-09-01 14:09:01Ramchandra Aptesetrecipients: + Ramchandra Apte
2012-09-01 14:09:01Ramchandra Aptesetmessageid: <1346508541.04.0.853072474076.issue15839@psf.upfronthosting.co.za>
2012-09-01 14:09:00Ramchandra Aptelinkissue15839 messages
2012-09-01 14:09:00Ramchandra Aptecreate