summaryrefslogtreecommitdiffstats
path: root/Include/asdl.h
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2011-08-09 21:08:39 (GMT)
committerBenjamin Peterson <benjamin@python.org>2011-08-09 21:08:39 (GMT)
commite2498419034eade424fa744e1505980e64ba759b (patch)
tree22fe40b438aebff64ba9ab784a79cebce252cd23 /Include/asdl.h
parent18205baf251495b5a54b08c1f9b0e1763eb27aa1 (diff)
downloadcpython-e2498419034eade424fa744e1505980e64ba759b.zip
cpython-e2498419034eade424fa744e1505980e64ba759b.tar.gz
cpython-e2498419034eade424fa744e1505980e64ba759b.tar.bz2
add a asdl bytes type, so Bytes.s be properly typechecked
Diffstat (limited to 'Include/asdl.h')
-rw-r--r--Include/asdl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Include/asdl.h b/Include/asdl.h
index 9bb0697..42bbbf8 100644
--- a/Include/asdl.h
+++ b/Include/asdl.h
@@ -3,6 +3,7 @@
typedef PyObject * identifier;
typedef PyObject * string;
+typedef PyObject * bytes;
typedef PyObject * object;
/* It would be nice if the code generated by asdl_c.py was completely