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 amaury.forgeotdarc
Recipients alexandre.vassalotti, amaury.forgeotdarc, pitrou, serhiy.storchaka
Date 2015-03-19.10:04:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1426759450.56.0.0862220905578.issue23419@psf.upfronthosting.co.za>
In-reply-to
Content
But isn't the result different?
NEWOBJ calls cls.__new__() and __init__ is skipped.
REDUCE calls cls(): both __new__ and __init__ are used.
History
Date User Action Args
2015-03-19 10:04:10amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, pitrou, alexandre.vassalotti, serhiy.storchaka
2015-03-19 10:04:10amaury.forgeotdarcsetmessageid: <1426759450.56.0.0862220905578.issue23419@psf.upfronthosting.co.za>
2015-03-19 10:04:10amaury.forgeotdarclinkissue23419 messages
2015-03-19 10:04:10amaury.forgeotdarccreate