mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
add a asdl bytes type, so Bytes.s be properly typechecked
This commit is contained in:
parent
18205baf25
commit
e249841903
5 changed files with 28 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue