[issue36623] Clean unused parser headers

2019-04-13 Thread Pablo Galindo Salgado
Change by Pablo Galindo Salgado : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue36623] Clean unused parser headers

2019-04-13 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: New changeset f2cf1e3e2892a6326949c2570f1bb6d6c95715fb by Pablo Galindo in branch 'master': bpo-36623: Clean parser headers and include files (GH-12253) https://github.com/python/cpython/commit/f2cf1e3e2892a6326949c2570f1bb6d6c95715fb -- ___

[issue36623] Clean unused parser headers

2019-04-12 Thread Pablo Galindo Salgado
New submission from Pablo Galindo Salgado : After the removal of pgen, there are multiple parser headers that are not used anymore or ar lacking implementations. -- components: Interpreter Core messages: 340140 nosy: pablogsal priority: normal severity: normal status: open title: Clean

[issue36623] Clean unused parser headers

2019-04-12 Thread Pablo Galindo Salgado
Change by Pablo Galindo Salgado : -- keywords: +patch pull_requests: +12742 stage: -> patch review ___ Python tracker ___ ___ Pytho