[issue17706] Segfault in PyErr_SetObject

Pauli Virtanen report at bugs.python.org
Sat Apr 13 14:47:44 CEST 2013


Pauli Virtanen added the comment:

Yes, this is a bug in numpy.linalg --- the GIL is released but the error handling code assumes it's not. The error doesn't appear with in typical LAPACK installations, so this code branch was missed.

----------
nosy: +pv

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue17706>
_______________________________________


More information about the Python-bugs-list mailing list