[pypy-issue] Issue #3127: [py37] undefined symbol: PyTraceMalloc_Untrack (pypy/pypy)

Jan Vesely issues-reply at bitbucket.org
Sun Dec 8 02:21:22 EST 2019


New issue 3127: [py37] undefined symbol: PyTraceMalloc_Untrack
https://bitbucket.org/pypy/pypy/issues/3127/py37-undefined-symbol

Jan Vesely:

Python 3.7 added new `PyTraceMalloc_Track` and `PyTraceMalloc_Untrack` functions \[0\] and for example numpy uses them.

This leads to the following error:

```
n <module>
        from numpy.core._multiarray_umath import (
    ImportError: /home/user/pypy37-venv/site-packages/numpy/core/_multiarray_umath.pypy37-pp73-x86_64-linux-gnu.so: undefined symbol: PyTraceMalloc_Untrack
```

‌

\[0\] [https://docs.python.org/3/whatsnew/3.7.html#c-api-changes](https://docs.python.org/3/whatsnew/3.7.html#c-api-changes)




More information about the pypy-issue mailing list