[pypy-issue] Issue #2806: Calling tp_init does not call __init__ (pypy/pypy)

Christoph Reiter issues-reply at bitbucket.org
Sun Apr 22 13:03:58 EDT 2018


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.




More information about the pypy-issue mailing list