[issue15175] pydoc -k zip throws segmentation fault

R. David Murray report at bugs.python.org
Mon Jun 25 02:52:00 CEST 2012


R. David Murray <rdmurray at bitdance.com> added the comment:

This works fine for me.  It is almost certain to be a case of something on your pythonpath crashing when pydoc imports it while looking for things that match the keyword.  There is unfortunately no way to bullet proof pydoc against this.

----------
nosy: +r.david.murray

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15175>
_______________________________________


More information about the Python-bugs-list mailing list