Armin Rigo <[email protected]> added the comment: I cannot find anything wrong in PyPy (I ran it with MALLOC_CHECK_=3 in a special mode to detect usage of memory after free()). I'd suggest to try to print all operations done on this particular "face" object from C code, and comparing the results on CPython and on PyPy. Maybe PyPy indeed messes up something earlier.
________________________________________ PyPy bug tracker <[email protected]> <https://bugs.pypy.org/issue1679> ________________________________________ _______________________________________________ pypy-issue mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-issue
