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 hodgestar
Recipients hodgestar, jwilk
Date 2008-05-13.11:33:46
SpamBayes Score 0.03215603
Marked as misclassified No
Message-id <1210678428.06.0.971343074029.issue2844@psf.upfronthosting.co.za>
In-reply-to
Content
In int_new in intobject.c the base -909 is used to indicate that no base
has been passed through (presumably because NULL / 0 is a more common
pitfall that -909). Thus -909 is equivalent to base 10.
History
Date User Action Args
2008-05-13 11:33:48hodgestarsetspambayes_score: 0.032156 -> 0.03215603
recipients: + hodgestar, jwilk
2008-05-13 11:33:48hodgestarsetspambayes_score: 0.032156 -> 0.032156
messageid: <1210678428.06.0.971343074029.issue2844@psf.upfronthosting.co.za>
2008-05-13 11:33:47hodgestarlinkissue2844 messages
2008-05-13 11:33:46hodgestarcreate