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 jnferguson
Recipients jnferguson, lemburg
Date 2008-04-12.00:20:33
SpamBayes Score 0.014916076
Marked as misclassified No
Message-id <1207959635.79.0.729988867876.issue2620@psf.upfronthosting.co.za>
In-reply-to
Content
Yes, excuse me-- this should be 32-bit specific as I believe Python will
not let me get a string long enough to overflow the integer on 64-bit.
It's a big string, the only realistic scenario I can see is XML parsing
or similar.

theory$ ./python -V
Python 2.5.2
theory$ cat /proc/cpuinfo | grep -i model
model           : 4
model name      : Intel(R) Pentium(R) 4 CPU 3.00GHz
theory$ ./python python-2.5.2-unicode_resize-utf7.py
Segmentation fault
History
Date User Action Args
2008-04-12 00:20:36jnfergusonsetspambayes_score: 0.0149161 -> 0.014916076
recipients: + jnferguson, lemburg
2008-04-12 00:20:36jnfergusonsetspambayes_score: 0.0149161 -> 0.0149161
messageid: <1207959635.79.0.729988867876.issue2620@psf.upfronthosting.co.za>
2008-04-12 00:20:34jnfergusonlinkissue2620 messages
2008-04-12 00:20:33jnfergusoncreate