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 <1229539447.36.0.161973532061.issue3439@psf.upfronthosting.co.za>
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: <1229539447.36.0.161973532061.issue3439@psf.upfronthosting.co.za>
2008-12-17 18:44:06vstinnerlinkissue3439 messages
2008-12-17 18:44:06vstinnercreate