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 CuriousLearner, ncoghlan, serhiy.storchaka
Date 2017-12-11.07:08:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1512976093.05.0.213398074469.issue31506@psf.upfronthosting.co.za>
In-reply-to
Content
780acc89bccf9999332d334a27887684cc942eb6 reintroduced the part of the original bug fixed in a6c0c0695614177c8b6e1840465375eefcfee586. object.__new__() and object.__init__() require an argument (cls and self correspondingly).
History
Date User Action Args
2017-12-11 07:08:13serhiy.storchakasetrecipients: + serhiy.storchaka, ncoghlan, CuriousLearner
2017-12-11 07:08:13serhiy.storchakasetmessageid: <1512976093.05.0.213398074469.issue31506@psf.upfronthosting.co.za>
2017-12-11 07:08:13serhiy.storchakalinkissue31506 messages
2017-12-11 07:08:13serhiy.storchakacreate