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 donmez
Recipients donmez, gvanrossum
Date 2007-12-13.18:38:16
SpamBayes Score 0.057742096
Marked as misclassified No
Message-id <1197571097.05.0.550697568027.issue1608@psf.upfronthosting.co.za>
In-reply-to
Content
This is a soon to be released GCC though I won't deny it has
regressions, but note that extra optimizations already uncovered bugs in
other software.

And unless I can get a minimal C testcase, GCC bug will be worthless.

Exact crashling call is string_tests.py line 255 :

self.checkraises(OverflowError,
                             '\ta\n\tb', 'expandtabs', sys.maxint)

Commenting out this fixes the crash.
History
Date User Action Args
2007-12-13 18:38:17donmezsetspambayes_score: 0.0577421 -> 0.057742096
recipients: + donmez, gvanrossum
2007-12-13 18:38:17donmezsetspambayes_score: 0.0577421 -> 0.0577421
messageid: <1197571097.05.0.550697568027.issue1608@psf.upfronthosting.co.za>
2007-12-13 18:38:17donmezlinkissue1608 messages
2007-12-13 18:38:16donmezcreate