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 meador.inge
Recipients bkcsfi sfi, malthe, meador.inge, ncoghlan, pitrou, terry.reedy, yselivanov
Date 2015-06-28.19:15:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1435518944.88.0.267517396266.issue24485@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a first cut patch that moves things back to using a syntax-level
analysis instead of a bytecode-level one.  I extended `BlockFinder`
to skip decorators.
History
Date User Action Args
2015-06-28 19:15:44meador.ingesetrecipients: + meador.inge, terry.reedy, ncoghlan, pitrou, yselivanov, malthe, bkcsfi sfi
2015-06-28 19:15:44meador.ingesetmessageid: <1435518944.88.0.267517396266.issue24485@psf.upfronthosting.co.za>
2015-06-28 19:15:44meador.ingelinkissue24485 messages
2015-06-28 19:15:44meador.ingecreate