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 ron_adam
Recipients BreamoreBoy, belopolsky, eric.araujo, georg.brandl, giampaolo.rodola, ncoghlan, ping, ron_adam, srid
Date 2010-07-24.22:49:44
SpamBayes Score 0.0006806543
Marked as misclassified No
Message-id <1280011786.09.0.681560099007.issue2001@psf.upfronthosting.co.za>
In-reply-to
Content
Ok, on the "!" marks.

The Segmentation fault exits python and isn't catchable as far as I know. It's happens in the compiled tokenize.c file. The python side error detection doesn't get a chance to catch it.

The problem is present without the patch applied and when using the console help so it wasn't anything I did.  I could use a hack to bypass that particular file, but I don't think that is the correct answer to this particular problem.  Better to get that issue resolved first.
History
Date User Action Args
2010-07-24 22:49:46ron_adamsetrecipients: + ron_adam, ping, georg.brandl, ncoghlan, belopolsky, giampaolo.rodola, eric.araujo, srid, BreamoreBoy
2010-07-24 22:49:46ron_adamsetmessageid: <1280011786.09.0.681560099007.issue2001@psf.upfronthosting.co.za>
2010-07-24 22:49:44ron_adamlinkissue2001 messages
2010-07-24 22:49:44ron_adamcreate