Python: help(numpy) causes segfault on exit
问题 I came across a strange occurrence: in the python interpreter, I do the following: >>>import numpy >>>help(numpy) The help displays correctly, but as soon as I press q to return to the interpreter: Segmentation fault (core dumped) I have no idea what causes the segfault and it still happens if I import numpy with a local name (the typical np). This does not happen with any other libraries. I tried uninstalling and reinstalling numpy but that made no difference. Is numpy too large to handle