[issue15175] pydoc -k zip throws segmentation fault

2013-08-23 Thread Antoine Pitrou
Antoine Pitrou added the comment: Yeah, pydoc will walk and import all installed Python modules, which may trigger various kinds of issues with buggy third-party stuff. Note that in 2.x, extension modules compiled with different fundamental options (such as debug/non-debug) aren't differentiat

[issue15175] pydoc -k zip throws segmentation fault

2013-08-21 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- status: open -> pending ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http:/

[issue15175] pydoc -k zip throws segmentation fault

2012-06-24 Thread R. David Murray
R. David Murray added the comment: Ned: since it is a core dump, I doubt the patch for ignoring exceptions during import will fix this. Note that 'pyg_register_boxed' is not a string that appears in the python source, so it is pretty certainly a third party extension module that is segfaulti

[issue15175] pydoc -k zip throws segmentation fault

2012-06-24 Thread Ned Deily
Ned Deily added the comment: Which version of Python 2.7.x are you running? If it is less than Python 2.7.3, this is likely a duplicate of Issue7425, the fix for which improved the robustness of pydoc -k as of 2.7.3. -- nosy: +ned.deily ___ Python

[issue15175] pydoc -k zip throws segmentation fault

2012-06-24 Thread R. David Murray
R. David Murray 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.

[issue15175] pydoc -k zip throws segmentation fault

2012-06-24 Thread Shanker
New submission from Shanker : user@test:~/learn/python$ pydoc -k zip zipimport - zipimport provides support for importing Python modules from Zip archives. gzip - Functions that read and write gzipped files. lib2to3.fixes.fix_itertools - Fixer for itertools.(imap|ifilter|izip) --> (map|filter|z