Open michaelpradel opened 5 years ago
The following minimal example crashes the baron parser: RedBaron("class A(B, metaclass=C):\n pass")
RedBaron("class A(B, metaclass=C):\n pass")
A more realistic example would set metaclass=ABCMeta. I'm using baron 0.9 and redbaron 0.9.2. Any help is highly appreciated.
metaclass=ABCMeta
The following minimal example crashes the baron parser:
RedBaron("class A(B, metaclass=C):\n pass")
A more realistic example would set
metaclass=ABCMeta
. I'm using baron 0.9 and redbaron 0.9.2. Any help is highly appreciated.