mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
bpo-40939: Rename PyPegen* functions to PyParser* (GH-21016)
Rename PyPegen* functions to PyParser*, so that we can remove the old set of PyParser* functions that were using the old parser.
This commit is contained in:
parent
6989af0bc7
commit
564cd18767
8 changed files with 53 additions and 80 deletions
|
@ -141,6 +141,7 @@
|
|||
#include "modsupport.h"
|
||||
#include "compile.h"
|
||||
#include "pythonrun.h"
|
||||
#include "parser_interface.h"
|
||||
#include "pylifecycle.h"
|
||||
#include "ceval.h"
|
||||
#include "sysmodule.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue