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 mark.dickinson
Recipients gvanrossum, mark.dickinson
Date 2008-01-12.17:35:28
SpamBayes Score 0.016030267
Marked as misclassified No
Message-id <1200159334.46.0.302763607.issue1779@psf.upfronthosting.co.za>
In-reply-to
Content
For Python 3.0, this is a trivial fix:  two lines need to be removed 
from PyLong_FromString in longobject.c, and then the tests in 
test_builtin need to be fixed up.

(For Python 2.6, the fix would be a bit more involved:  PyOS_strtol 
would also need fixing.)

A good candidate for the bug day?
History
Date User Action Args
2008-01-12 17:35:34mark.dickinsonsetspambayes_score: 0.0160303 -> 0.016030267
recipients: + mark.dickinson, gvanrossum
2008-01-12 17:35:34mark.dickinsonsetspambayes_score: 0.0160303 -> 0.0160303
messageid: <1200159334.46.0.302763607.issue1779@psf.upfronthosting.co.za>
2008-01-12 17:35:28mark.dickinsonlinkissue1779 messages
2008-01-12 17:35:28mark.dickinsoncreate