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 alexandre.vassalotti, christian.heimes, donmez, gregory.p.smith, gvanrossum, loewis
Date 2008-01-18.23:35:58
SpamBayes Score 0.017422058
Marked as misclassified No
Message-id <1200699360.66.0.312455603389.issue1621@psf.upfronthosting.co.za>
In-reply-to
Content
First stub at fixing overflows, regresses following tests :

test_doctests.py
test_locale.py
test_long.py
test_long_future.py
test_optparse.py
test_pickle.py
test_str.py (crash)
test_string.py (crash)
test_unicode.py (crash)
test_userstring.py (crash)
test_xpickle.py

Not great, but a start.
History
Date User Action Args
2008-01-18 23:36:00donmezsetspambayes_score: 0.0174221 -> 0.017422058
recipients: + donmez, gvanrossum, loewis, gregory.p.smith, christian.heimes, alexandre.vassalotti
2008-01-18 23:36:00donmezsetspambayes_score: 0.0174221 -> 0.0174221
messageid: <1200699360.66.0.312455603389.issue1621@psf.upfronthosting.co.za>
2008-01-18 23:35:59donmezlinkissue1621 messages
2008-01-18 23:35:58donmezcreate