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-01-19.19:24:51
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
This patch is not meant to be applied as is.  
It is for discussion purposes.

It modifies the compiler to warn about statements that
have no effect.  It does a printf() when it determines
an expression has no effect.  The sample definition is:
 a POP_TOP preceded by a BINARY_* or a LOAD_* operation.

History
Date User Action Args
2007-08-23 15:10:40adminlinkissue505826 messages
2007-08-23 15:10:40admincreate