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 nnorwitz
Recipients
Date 2002-09-13.15:19:44
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=33168

I've updated the patch.  It's more of the same types of changes:
 * intobject stuff is the same, ie allocate small ints on
startup
   - the only change is to bump NSMALLNEGINTS from 1 to 5
 * frameobject: intern "__builtins__" on startup not in
Frame_New
 * DECREF instead of XDECREF in frame for code, builtins,
and globals
   (note, INCREF was used for these, not XINCREF)

I've been running with these for months, so I'm pretty sure
they are safe.
Unless you changed your mind about the int changes, these
changes should
be ok too.  Just giving you one last chance to change your
mind. :-)
History
Date User Action Args
2007-08-23 15:13:26adminlinkissue561244 messages
2007-08-23 15:13:26admincreate