Author cartman
Recipients cartman, gvanrossum
Date 2007-12-13.18:38:16
SpamBayes Score 0.0577421
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:17cartmansetspambayes_score: 0.0577421 -> 0.0577421
recipients: + cartman, gvanrossum
2007-12-13 18:38:17cartmansetspambayes_score: 0.0577421 -> 0.0577421
messageid: <1197571097.05.0.550697568027.issue1608@psf.upfronthosting.co.za>
2007-12-13 18:38:17cartmanlinkissue1608 messages
2007-12-13 18:38:16cartmancreate