We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This code block
from cmu_cpcs_utils import testFunction @testFunction def test(): assert test()
when run in CPython 3.11, prints SyntaxError: invalid syntax
SyntaxError: invalid syntax
and when run on master Brython, prints Exception: <Javascript TypeError>: this.tree[0].ast is not a function
Exception: <Javascript TypeError>: this.tree[0].ast is not a function
Thanks again for taking a look! :)
The text was updated successfully, but these errors were encountered:
Sorry, I can't reproduce the issue, the error message is correct with Brython 3.13.0. Which version are you using ?
Sorry, something went wrong.
No branches or pull requests
This code block
when run in CPython 3.11, prints
SyntaxError: invalid syntax
and when run on master Brython, prints
Exception: <Javascript TypeError>: this.tree[0].ast is not a function
Thanks again for taking a look! :)
The text was updated successfully, but these errors were encountered: