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 serhiy.storchaka
Recipients BreamoreBoy, ethan.furman, larry, lemburg, mark.dickinson, pitrou, rhettinger, scoder, serhiy.storchaka
Date 2015-05-11.13:59:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1431352769.3.0.375640200007.issue24165@psf.upfronthosting.co.za>
In-reply-to
Content
Proposed patch adds free list for single-digit PyLong objects. In Python tests 7% of created objects are ints. 50% of them are 15-bit (single-digit on 32-bit build), 75% of them are 30-bit (single-digit on 64-bit build). See the start of the discussion in issue24138.
History
Date User Action Args
2015-05-11 13:59:29serhiy.storchakasetrecipients: + serhiy.storchaka, lemburg, rhettinger, mark.dickinson, pitrou, scoder, larry, BreamoreBoy, ethan.furman
2015-05-11 13:59:29serhiy.storchakasetmessageid: <1431352769.3.0.375640200007.issue24165@psf.upfronthosting.co.za>
2015-05-11 13:59:29serhiy.storchakalinkissue24165 messages
2015-05-11 13:59:29serhiy.storchakacreate