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 rhettinger
Recipients _doublep, jackdied, pitrou, rhettinger
Date 2008-11-16.14:27:00
SpamBayes Score 0.0030847304
Marked as misclassified No
Message-id <1226845684.76.0.0805815303949.issue2260@psf.upfronthosting.co.za>
In-reply-to
Content
Adding a simpler approach.  It's a bit limited because some common cases
have the POP_TOP JUMP_FORWARD 1 pair split across two basic blocks. 
Those cases should not be optimized away on a first pass.
History
Date User Action Args
2008-11-16 14:28:05rhettingersetrecipients: + rhettinger, pitrou, jackdied, _doublep
2008-11-16 14:28:04rhettingersetmessageid: <1226845684.76.0.0805815303949.issue2260@psf.upfronthosting.co.za>
2008-11-16 14:27:02rhettingerlinkissue2260 messages
2008-11-16 14:27:02rhettingercreate