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 vstinner
Recipients fredrikj, mark.dickinson, pitrou, rhettinger, terry.reedy, vstinner
Date 2008-12-17.18:44:06
SpamBayes Score 9.8079145e-05
Marked as misclassified No
Message-id <[email protected]>
In-reply-to
Content
> Committed

Really? YEAH! Great job everybody ;-) I read the code and it looks 
valid. Micro optimisation (for smaller memory footprint): would it be 
possible to share the 32 int table (BitLengthTable) between int and 
long (in Python 2.x)?
History
Date User Action Args
2008-12-17 18:44:07vstinnersetrecipients: + vstinner, rhettinger, terry.reedy, mark.dickinson, pitrou, fredrikj
2008-12-17 18:44:07vstinnersetmessageid: <[email protected]>
2008-12-17 18:44:06vstinnerlinkissue3439 messages
2008-12-17 18:44:06vstinnercreate