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 terry.reedy
Recipients
Date 2006-02-22.06:38:49
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=593130

I decided to test out the new svn view facility ;-)

Looks like 100 in
#define NSMALLPOSINTS		100
in python/trunk/Objects/intobject.c
just needs to be upped to 257

Unlike for other builtin types, I could not find a 
Lib/test/test_int.py file or equivalent where ints are 
tested, to see if pre-allocation is tested.  What did I 
miss?
History
Date User Action Args
2007-08-23 16:11:40adminlinkissue1436243 messages
2007-08-23 16:11:40admincreate