mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
add a AST validator (closes #12575)
This commit is contained in:
parent
450bb594c8
commit
832bfe2ebd
5 changed files with 897 additions and 6 deletions
|
@ -4,6 +4,7 @@
|
|||
extern "C" {
|
||||
#endif
|
||||
|
||||
PyAPI_FUNC(int) PyAST_Validate(mod_ty);
|
||||
PyAPI_FUNC(mod_ty) PyAST_FromNode(
|
||||
const node *n,
|
||||
PyCompilerFlags *flags,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue