mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
the bool asdl type died a while ago
This commit is contained in:
parent
e249841903
commit
4dc6499613
1 changed files with 1 additions and 1 deletions
|
|
@ -228,7 +228,7 @@ class ASDLParser(spark.GenericParser, object):
|
|||
" field ::= Id ? "
|
||||
return Field(type[0], opt=True)
|
||||
|
||||
builtin_types = ("identifier", "string", "bytes", "int", "bool", "object")
|
||||
builtin_types = ("identifier", "string", "bytes", "int", "object")
|
||||
|
||||
# below is a collection of classes to capture the AST of an AST :-)
|
||||
# not sure if any of the methods are useful yet, but I'm adding them
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue