Re: Wrong line numbers in tracebacks
Neil Schemenauer <[email protected]> Sun, 25 Aug 2013 08:46:27 -0600
| Newsgroups | gmane.comp.web.quixote.user |
|---|---|
| Message-ID | <[email protected]> |
On 2013-08-01, Patrik Simons wrote: > As the compiler package is no more in python 3, I don't > think it is worth fixing. I've made a version of ptl_compile > that uses the ast module from python 2.6 and up instead. I wasn't aware that you could modify the output from the 'ast' module (shows how much I've been following Python development lately). It think this is a very good idea but I don't have time to properly test it. Can anyone give it more testing? Regards, Neil