Author loewis
Recipients
Date 2002-08-14.23:08:16
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=21627

Random comments:

- whatsnew23.tex: replace VERSION

- ceval.c; lltrace: Why does it drop the comparison with NULL:
  lltrace is int, not PyObject*

- it appears that RETURN_NONE does more than just returning
None; it also suppresses trace calls. This should be
carefully documented, or else somebody might suggest to
generate RETURN_NONE for a plain return statement.
History
Date User Action Args
2007-08-23 15:14:19adminlinkissue587993 messages
2007-08-23 15:14:19admincreate