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 rhettinger
Recipients antlong, dmalcolm, eric.araujo, ezio.melotti, pitrou, rhettinger
Date 2011-04-22.04:34:46
SpamBayes Score 5.7676502e-08
Marked as misclassified No
Message-id <1303446888.83.0.407621832606.issue11846@psf.upfronthosting.co.za>
In-reply-to
Content
> Memory is not an issue like it was back in 1991 when 
> this range was originally implemented, so we can go 
> higher and get a bigger performance boost.

Please don't do this.  Memory is still important to a lot of people.  Also, there is *very* little payoff for numbers outside the -5 to 256 range.

If we're to spend memory, we can do it in other places (like bigger freelists or somesuch).

> We should remove the documentation entries that discuss 
> non-guaranteed implementation details

FWIW, I've changed my thinking on this.  With documentation, these details are very difficult to find-out about.  Instead of removing them, they should be marked as non-guaranteed implementation specific details or they can be moved to a separate section.
History
Date User Action Args
2011-04-22 04:34:48rhettingersetrecipients: + rhettinger, pitrou, ezio.melotti, eric.araujo, dmalcolm, antlong
2011-04-22 04:34:48rhettingersetmessageid: <1303446888.83.0.407621832606.issue11846@psf.upfronthosting.co.za>
2011-04-22 04:34:46rhettingerlinkissue11846 messages
2011-04-22 04:34:46rhettingercreate