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 Balachandran.Sivakumar
Recipients Balachandran.Sivakumar, ezio.melotti, terry.reedy
Date 2011-09-22.18:08:19
SpamBayes Score 6.323671e-07
Marked as misclassified No
Message-id <1316714900.79.0.857373533707.issue13027@psf.upfronthosting.co.za>
In-reply-to
Content
But this doesn't happen in other versions of python. Also what I did is something like this:
bala@bala$ python
...
...
>>> help()
...
...
...
help > modules

It is after this I see it dumping. And I see this only with 2.6.6. I have other versions in other machines(all running Debian) and none of them crash. In my opinion, a seg fault doesn't look good. Of course, if we can't do much about it, I don't have a problem closing it down. core But a segv looks bad to the beginner, who is more likely to use this. In fact, I was using that just to show a beginner how to get help :(
History
Date User Action Args
2011-09-22 18:08:20Balachandran.Sivakumarsetrecipients: + Balachandran.Sivakumar, terry.reedy, ezio.melotti
2011-09-22 18:08:20Balachandran.Sivakumarsetmessageid: <1316714900.79.0.857373533707.issue13027@psf.upfronthosting.co.za>
2011-09-22 18:08:20Balachandran.Sivakumarlinkissue13027 messages
2011-09-22 18:08:19Balachandran.Sivakumarcreate