bjpop / blip

A bytecode compiler for Python 3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compilation of metaclasses

bjpop opened this issue · comments

We do not currently support the compilation of metaclasses.

This was fixed by compiling the arguments in class calls correctly.

Fixed in f485624