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 jyasskin
Recipients jyasskin, rhettinger
Date 2008-02-03.06:40:05
SpamBayes Score 0.08504778
Marked as misclassified No
Message-id <1202020810.03.0.624200624776.issue2002@psf.upfronthosting.co.za>
In-reply-to
Content
Here's a patch to implement the fallback for both int and long. I'm
pretty sure that _PyNumber_ConvertIntegralToInt() is in the wrong place.
Where would be a better place for it?
History
Date User Action Args
2008-02-03 06:40:10jyasskinsetspambayes_score: 0.0850478 -> 0.08504778
recipients: + jyasskin, rhettinger
2008-02-03 06:40:10jyasskinsetspambayes_score: 0.0850478 -> 0.0850478
messageid: <1202020810.03.0.624200624776.issue2002@psf.upfronthosting.co.za>
2008-02-03 06:40:08jyasskinlinkissue2002 messages
2008-02-03 06:40:07jyasskincreate