APrioriInvestments / typed_python

An llvm-based framework for generating and calling into high-performance native code from Python.
Apache License 2.0
197 stars 8 forks source link

Compiler fails to look up attributes of subclasses #411

Open braxtonmckee opened 1 year ago

braxtonmckee commented 1 year ago

if class C has no attribute 'a', but class B(C) does, and the compiler knows a variable as 'C', accessing 'a' should defer to the interpreter, not throw an exception.