Tal Einat added the comment:

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);

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue20385>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to