[issue28571] llist and scipy.stats conflicts, python segfault

2018-07-10 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- resolution: -> third party stage: -> resolved status: open -> closed ___ Python tracker ___ ___ Py

[issue28571] llist and scipy.stats conflicts, python segfault

2016-10-31 Thread R. David Murray
R. David Murray added the comment: This involves two third party C extensions, so there isn't really anything for us to do here until those projects have taken a look. If they can identify a CPython bug causing this, then we can do something. -- nosy: +r.david.murray

[issue28571] llist and scipy.stats conflicts, python segfault

2016-10-31 Thread Lluís
Lluís added the comment: Confirmed with 2.7 as well. -- versions: +Python 2.7 ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue28571] llist and scipy.stats conflicts, python segfault

2016-10-31 Thread Lluís
New submission from Lluís: I'm running this small script that produces a segfault: https://gist.github.com/anonymous/d24748d5b6de88b31f18965932744211 My python version is Python 3.5.2 (default, Jun 28 2016, 08:46:01) [GCC 6.1.1 20160602] on linux. And running scipy version 0.18.1. Can someone