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 Leeward
Recipients Leeward, docs@python
Date 2013-07-04.07:55:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1372924520.77.0.111539946992.issue18356@psf.upfronthosting.co.za>
In-reply-to
Content
As far as we could tell this bug is only consistently reproducible on Ubuntu 13.04.

A line in pydoc.py causes a segfault when help(numpy) (no other libraries that I know of) exits. The offending method is pipepager().

For a full trackdown and workaround of the problem see http://stackoverflow.com/questions/17344974/python-helpnumpy-causes-segfault-on-exit
History
Date User Action Args
2013-07-04 07:55:20Leewardsetrecipients: + Leeward, docs@python
2013-07-04 07:55:20Leewardsetmessageid: <1372924520.77.0.111539946992.issue18356@psf.upfronthosting.co.za>
2013-07-04 07:55:20Leewardlinkissue18356 messages
2013-07-04 07:55:20Leewardcreate