Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #95289
| References | <55CA6D7F.1060705@mail.de> <CALwzidkBoDo1TZj2CWfimYtagtArN9r9dvw1Ke9HqcthdipV4Q@mail.gmail.com> <55CB6EAC.5040004@mail.de> |
|---|---|
| Date | 2015-08-13 02:11 +1000 |
| Subject | Re: Hooking Mechanism when Entering and Leaving a Try Block |
| From | Chris Angelico <rosuav@gmail.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.116.1439395889.3627.python-list@python.org> (permalink) |
On Thu, Aug 13, 2015 at 2:05 AM, Sven R. Kunze <srkunze@mail.de> wrote: > Unfortunately, no. :( > > It should work out of the box with no "let me replace all my try-except > statements in my 10 million line code base". (Please don't top-post.) Sounds to me like you want some sort of AST transform, possibly in an import hook. Check out something like MacroPy for an idea of how powerful this sort of thing can be. ChrisA
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: Hooking Mechanism when Entering and Leaving a Try Block Chris Angelico <rosuav@gmail.com> - 2015-08-13 02:11 +1000
csiph-web