typed_python
typed_python copied to clipboard
Allow compilation of the 'Type' type
As part of #110, we're allowing the creation of a common base Type. When a class has a member that's just Type, we should be able to generate code that doesn't require us to hit the python interpreter, and therefore gets around the GIL issue, because we are guaranteed that it's a nativepython type.