[issue40939] Remove the old parser

Nikita Nemkin report at bugs.python.org
Sat Jun 20 06:01:44 EDT 2020


Nikita Nemkin <nikita at nemkin.ru> added the comment:

Shouldn't the following files be deleted too?

Include/bitset.h
Include/grammar.h
Include/graminit.h
Include/parsetok.h
Include/node.h
Python/graminit.c
Parser/node.c

Also declarations:
PyNode_Compile in Include/compile.h
PyParser_SimpleParse* in Include/pythonrun.h

And PyParser_ASTFrom* API need new implementations.

----------
nosy: +nnemkin

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue40939>
_______________________________________


More information about the Python-bugs-list mailing list