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 serhiy.storchaka
Recipients Kevin Modzelewski, brett.cannon, gvanrossum, serhiy.storchaka
Date 2016-04-12.06:31:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1460442688.39.0.876767635848.issue26718@psf.upfronthosting.co.za>
In-reply-to
Content
Possible solutions:

1. Correctly decref old values.
2. Raise an exception if super.__init__ is caled multiple times.
3. Remove super.__init__ and add super.__new__.

What is more preferable?
History
Date User Action Args
2016-04-12 06:31:28serhiy.storchakasetrecipients: + serhiy.storchaka, gvanrossum, brett.cannon, Kevin Modzelewski
2016-04-12 06:31:28serhiy.storchakasetmessageid: <1460442688.39.0.876767635848.issue26718@psf.upfronthosting.co.za>
2016-04-12 06:31:28serhiy.storchakalinkissue26718 messages
2016-04-12 06:31:27serhiy.storchakacreate