baron icon indicating copy to clipboard operation
baron copied to clipboard

Parser crash when using metaclasses

Open michaelpradel opened this issue 6 years ago • 0 comments

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.

michaelpradel avatar Jun 03 '19 18:06 michaelpradel