diff options
author | Batuhan Taskaya <batuhanosmantaskaya@gmail.com> | 2020-05-06 17:29:32 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-06 15:29:32 +0100 |
commit | 091951a67c832db83c60f4eb22f1fb474b70e635 (patch) | |
tree | 67fa56ccc7099d080ac19460d82a68b7f685b8ff /Include/asdl.h | |
parent | bpo-40527: Fix command line argument parsing (GH-19955) (diff) | |
download | cpython-091951a67c832db83c60f4eb22f1fb474b70e635.tar.gz cpython-091951a67c832db83c60f4eb22f1fb474b70e635.tar.bz2 cpython-091951a67c832db83c60f4eb22f1fb474b70e635.zip |
bpo-40528: Improve and clear several aspects of the ASDL definition code for the AST (GH-19952)
Diffstat (limited to 'Include/asdl.h')
-rw-r--r-- | Include/asdl.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Include/asdl.h b/Include/asdl.h index 549df2ace75..e962560bcd4 100644 --- a/Include/asdl.h +++ b/Include/asdl.h @@ -4,9 +4,7 @@ typedef PyObject * identifier; typedef PyObject * string; -typedef PyObject * bytes; typedef PyObject * object; -typedef PyObject * singleton; typedef PyObject * constant; /* It would be nice if the code generated by asdl_c.py was completely |