[Python-ideas] Re: Universal parsing library in the stdlib to alleviate security issues

2019-07-23 Thread Nam Nguyen
On Sun, Jul 21, 2019 at 2:50 PM Andrew Barnert via Python-ideas < [email protected]> wrote: > On Jul 21, 2019, at 14:13, Barry wrote: > > > >>> On 21 Jul 2019, at 19:03, Steven D'Aprano wrote: > >>> > >>> On Sun, Jul 21, 2019 at 08:48:49AM +0100, Barry Scott wrote: > >>> > >>> I took at ve

[Python-ideas] Re: Universal parsing library in the stdlib to alleviate security issues

2019-07-23 Thread Andrew Barnert via Python-ideas
On Jul 23, 2019, at 18:44, Nam Nguyen wrote: > > FYI, my current proof of concept parser is at ~300 lines of code, with > debugging trace support. Other than performance (which I don't intend to > tackle in my library very soon), is there any other concern that I have > missed? At the moment,