Ctrl-C crashes Python after importing scipy.stats

后端 未结 7 2173
孤街浪徒
孤街浪徒 2020-12-03 02:38

I\'m running 64-bit Python 2.7.3 on Win7 64-bit. I can reliably crash the Python interpreter by doing this:

>>> from scipy import stats
>>>         


        
7条回答
提交回复
热议问题