Re: plans for the peg parser in pypy 3.9
Omer Katz <[email protected]> Wed, 10 Nov 2021 17:53:07 +0200
| Newsgroups | gmane.comp.python.pypy |
|---|---|
| Message-ID | <CAOZCFcCNugbpvfCVP9QJHwiKOw9OeArRYn4wQczktCnj4-Z0cA@mail.gmail.com> |
Kudos on the great work! I honestly don't think there's a need to keep the old parser around if CPython already proved that the new one works just fine. I think we're allowed to be less conservative here because of that. We can always revert your patch if something goes wrong. בתאריך יום ג׳, 9 בנוב׳ 2021 ב-19:29 מאת Carl Friedrich Bolz-Tereick < [email protected]>: > On 07.11.21 20:40, Carl Friedrich Bolz-Tereick wrote: > > - That said, I intend to keep the "parser" module functional for 3.9, > > like CPython did. It will be removed (for us and for them) in 3.10. > > It seems that won't completely work. the module makes it possible to > compile a concrete syntax tree to bytecode, which we can't do without > keeping the old astbuilder around (which I don't want to do). So the > .compile method on stnodes will be disabled. > > Cheers, > > Carl Friedrich > _______________________________________________ > pypy-dev mailing list > [email protected] > https://mail.python.org/mailman/listinfo/pypy-dev > _______________________________________________ pypy-dev mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-dev