| commit | 2b74c835a7280840a853e3a9aaeb83758b13a458 | [log] [tgz] |
|---|---|---|
| author | Pablo Galindo <Pablogsal@gmail.com> | Mon Apr 27 18:02:07 2020 +0100 |
| committer | GitHub <noreply@github.com> | Mon Apr 27 18:02:07 2020 +0100 |
| tree | a8f64047d5872571e12d6c256bbc54a9551f8bb6 | |
| parent | 9adccc1384568f4d46e37f698cb3e3a4f6ca0252 [diff] |
bpo-40334: Support CO_FUTURE_BARRY_AS_BDFL in the new parser (GH-19721) This commit also allows to pass flags to the new parser in all interfaces and fixes a bug in the parser generator that was causing to inline rules with actions, making them disappear.