[Python-Dev] PEP 617 -- New PEG parser for CPython

2020-10-06 Thread Brett Lovgren
I have access to a small Amazon Web Services credit through the end of November 2020. I'd be happy to let your team use that credit in support of the fuzzing validation mentioned below. "(One area we have not explored extensively is rejection of all wrong programs. We have unit tests that check

[Python-Dev] PEP 617: New PEG parser for CPython

2020-04-02 Thread Guido van Rossum
Since last fall's core sprint in London, Pablo Galindo Salgado, Lysandros Nikolaou and myself have been working on a new parser for CPython. We are now far enough along that we present a PEP we've written: https://www.python.org/dev/peps/pep-0617/ Hopefully the PEP speaks for itself. We are