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 benjamin.peterson
Recipients alex, arigo, benjamin.peterson, ezio.melotti, jcea
Date 2012-10-29.16:44:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1351529051.39.0.0526866120267.issue16345@psf.upfronthosting.co.za>
In-reply-to
Content
I wonder what the semantics should be. I would like to just clear the dictionary that is returned from __new__ but you're also allowed to return custom classes from __new__ which we might not know how to clear.
History
Date User Action Args
2012-10-29 16:44:11benjamin.petersonsetrecipients: + benjamin.peterson, arigo, jcea, ezio.melotti, alex
2012-10-29 16:44:11benjamin.petersonsetmessageid: <1351529051.39.0.0526866120267.issue16345@psf.upfronthosting.co.za>
2012-10-29 16:44:11benjamin.petersonlinkissue16345 messages
2012-10-29 16:44:11benjamin.petersoncreate