typed_python icon indicating copy to clipboard operation
typed_python copied to clipboard

Allow compilation of the 'Type' type

Open braxtonmckee opened this issue 6 years ago • 0 comments

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.

braxtonmckee avatar Jun 25 '19 14:06 braxtonmckee