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 titanstar
Recipients
Date 2005-11-02.18:21:32
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Here's a patch that adds dead code elimination for if
0: style statements, and improves the current dead code
elimination for while statements by not performing
elimination if the function is a generator.  If the
last yield statement from a generator is removed, the
generator is turned into a regular function, which
changes the semantics of the function.
History
Date User Action Args
2007-08-23 15:44:24adminlinkissue1346214 messages
2007-08-23 15:44:24admincreate