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 belopolsky
Recipients belopolsky, ronaldoussoren
Date 2010-07-27.14:38:46
SpamBayes Score 0.0001885669
Marked as misclassified No
Message-id <AANLkTi=EEwE5_NQmmDfjBT4EkpR5bX8hMtd8RgPNJMwx@mail.gmail.com>
In-reply-to <1280210076.91.0.404579647596.issue9384@psf.upfronthosting.co.za>
Content
On Tue, Jul 27, 2010 at 1:54 AM, Ronald Oussoren <report@bugs.python.org> wrote:
..
> Does "pydoc -k" also crash?

Yes, it does:

$ ./python.exe -m pydoc -k xyz
lib2to3.fixes.fix_repr - Fixer that transforms `xyzzy` into repr(xyzzy).
Segmentation fault

but this is not an OSX specific issue.  I believe this is the same as issue9319.
History
Date User Action Args
2010-07-27 14:38:49belopolskysetrecipients: + belopolsky, ronaldoussoren
2010-07-27 14:38:47belopolskylinkissue9384 messages
2010-07-27 14:38:46belopolskycreate