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 lemburg
Recipients
Date 2003-03-04.10:07:59
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=38388

Same comments as Guido, plus:

* in the interpreter state struct you should add the new 
  fields to the end, not in the middle

* the finalization phase is moved to a later point in
  the process; this could cause problems when finalizing
  codecs -- I guess we'll just have to see whether we
  get bug reports related to this; perhaps it's better
  to ZAP the dicts before ZAPping builtins etc. ?!

Great work, Gustavo. Please check the patch in with 
the above changes.

Thanks.


History
Date User Action Args
2007-08-23 14:09:51adminlinkissue663074 messages
2007-08-23 14:09:51admincreate