[pypy-issue] [issue1331] Core dump when running "pypy -m test.regrtest"

Amaury Forgeot d Arc tracker at bugs.pypy.org
Thu Nov 22 17:27:07 CET 2012


Amaury Forgeot d Arc <amauryfa at gmail.com> added the comment:

That's because in _testcapimodule.c, the type "memoryviewtester" is not correctly initialized.
I added to the init_testcapi function:
    PyType_Ready(&_MemoryViewTester_Type);
and the test still fails... but a bit later, and "normally" this time.

This file is a verbatim copy from CPython. You can find it in the lib_pypy directory.

----------
nosy: +afa
status: unread -> chatting

________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue1331>
________________________________________


More information about the pypy-issue mailing list