Skip to content

Compiler fails to look up attributes of subclasses #411

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
braxtonmckee opened this issue Jan 17, 2023 · 0 comments
Open

Compiler fails to look up attributes of subclasses #411

braxtonmckee opened this issue Jan 17, 2023 · 0 comments
Labels
compiler Issue that does not affect the un-compiled subset of typed_python

Comments

@braxtonmckee
Copy link
Collaborator

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.

@braxtonmckee braxtonmckee added the compiler Issue that does not affect the un-compiled subset of typed_python label Jan 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compiler Issue that does not affect the un-compiled subset of typed_python
Projects
None yet
Development

No branches or pull requests

1 participant