This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pv
Recipients opoplawski, pitrou, pv
Date 2013-04-13.12:47:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1365857263.99.0.708578041916.issue17706@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2013-04-13 12:47:44pvsetrecipients: + pv, pitrou, opoplawski
2013-04-13 12:47:43pvsetmessageid: <1365857263.99.0.708578041916.issue17706@psf.upfronthosting.co.za>
2013-04-13 12:47:43pvlinkissue17706 messages
2013-04-13 12:47:43pvcreate