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 aronacher
Recipients aronacher
Date 2009-02-19.22:48:04
SpamBayes Score 8.343172e-05
Marked as misclassified No
Message-id <1235083685.9.0.253360640151.issue5322@psf.upfronthosting.co.za>
In-reply-to
Content
The problem seems to be caused by tp_new being slot_tp_new which then
invokes whatever __new__ in the class dict is.

I'm not so sure what would be the solution to this.  One could of course
check if tp_new is either object_new or slot_tp_new and in the latter
case check if the class dict's __new__ item is object_new...
History
Date User Action Args
2009-02-19 22:48:06aronachersetrecipients: + aronacher
2009-02-19 22:48:05aronachersetmessageid: <1235083685.9.0.253360640151.issue5322@psf.upfronthosting.co.za>
2009-02-19 22:48:04aronacherlinkissue5322 messages
2009-02-19 22:48:04aronachercreate