New issue 2806: Calling tp_init does not call __init__
https://bitbucket.org/pypy/pypy/issues/2806/calling-tp_init-does-not-call-__init__

Christoph Reiter:

Minimal example extension: 
https://gist.github.com/lazka/871913fb1442d214e9f4d77d3ff7396c

>From what I see doing a `PyObject_CallMethod (obj, "__init__", NULL);` works 
>just as well, so I'll use that instead.


_______________________________________________
pypy-issue mailing list
pypy-issue@python.org
https://mail.python.org/mailman/listinfo/pypy-issue

Reply via email to