summaryrefslogtreecommitdiffstats
path: root/Include/asdl.h
diff options
context:
space:
mode:
authorBatuhan Taskaya <batuhanosmantaskaya@gmail.com>2020-05-06 14:29:32 (GMT)
committerGitHub <noreply@github.com>2020-05-06 14:29:32 (GMT)
commit091951a67c832db83c60f4eb22f1fb474b70e635 (patch)
tree67fa56ccc7099d080ac19460d82a68b7f685b8ff /Include/asdl.h
parent2668a9a5aa506a048aef7b4881c8dcf6b81c6870 (diff)
downloadcpython-091951a67c832db83c60f4eb22f1fb474b70e635.zip
cpython-091951a67c832db83c60f4eb22f1fb474b70e635.tar.gz
cpython-091951a67c832db83c60f4eb22f1fb474b70e635.tar.bz2
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.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Include/asdl.h b/Include/asdl.h
index 549df2a..e962560 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