[issue42891] segfault with gunicorn and a library made with cython bindings

STINNER Victor report at bugs.python.org
Mon Jan 11 09:55:47 EST 2021


STINNER Victor <vstinner at python.org> added the comment:

I put the code in a "bla.p" script and I ran it with Python 3.8 on Fedora 33:

python3.8 -m venv env
env/bin/python -m pip install lsm-db
env/bin/python bla.py 

It doesn't crash. Please provide a script reproducing the issue.

Note: lsm-db cannot be installed in Python 3.9 (errors about the removed PyTypeObject.tp_print member in C).

----------
nosy: +vstinner

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue42891>
_______________________________________


More information about the Python-bugs-list mailing list