[Python-ideas] Re: Scope painting

2019-07-19 Thread Ronald Oussoren via Python-ideas
Op 18 jul. 2019 om 03:41 heeft Yonatan Zunger het volgende geschreven: > Hi everyone, > > I'm in the middle of developing a fancy heap profiler for Python (for those > times when tracemalloc isn't enough), and in the process, thought of a small > change in the interpreter which could have

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

2019-07-19 Thread Guido van Rossum
Have you looked into pyparsing (https://github.com/pyparsing/pyparsing)? It somehow looks relevant. On Mon, Jul 15, 2019 at 6:45 PM Nam Nguyen wrote: > Hello list, > > I sent an email to this list two or three months ago about the same idea. > In that discussion, there were both skepticism and s

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

2019-07-19 Thread Nam Nguyen
Yes, I have. PyParsing was the first one I turned too for it has been available for a very long time. I emailed the author, Paul McGuire, a few times about this python-ideas thread too but never got a response. On Fri, Jul 19, 2019 at 9:36 AM Guido van Rossum wrote: > Have you looked into pypars

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

2019-07-19 Thread Guido van Rossum
But regardless of the author's availability, do you think it would serve your purpose? How does it compare to your own library? Maybe you could compare the timings? On Fri, Jul 19, 2019 at 6:33 PM Nam Nguyen wrote: > Yes, I have. PyParsing was the first one I turned too for it has been > availab