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 taleinat
Recipients larry, taleinat
Date 2014-01-25.17:26:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390670810.31.0.965855407394.issue20385@psf.upfronthosting.co.za>
In-reply-to
Content
I'm still seeing the first argument to a __new__ function as "groupbyobject *" instead of "PyTypeObject *". This causes the following error (for example):

./Modules/itertoolsmodule.c:112:34: error: no member named 'tp_alloc' in 'groupbyobject'
    gbo = (groupbyobject *)type->tp_alloc(type, 0);
History
Date User Action Args
2014-01-25 17:26:50taleinatsetrecipients: + taleinat, larry
2014-01-25 17:26:50taleinatsetmessageid: <1390670810.31.0.965855407394.issue20385@psf.upfronthosting.co.za>
2014-01-25 17:26:50taleinatlinkissue20385 messages
2014-01-25 17:26:50taleinatcreate