Skip to content
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

excepthook #9

Open
pmp-p opened this issue Aug 7, 2020 · 0 comments
Open

excepthook #9

pmp-p opened this issue Aug 7, 2020 · 0 comments
Labels
upstream-bug for bugs that affect micropython/pycopy git

Comments

@pmp-p
Copy link
Owner

pmp-p commented Aug 7, 2020

syntax error parsing reports incorrect line numbers at least when line ends with an operator

>>> error =
Traceback (most recent call last):
  File "<stdin>", line 2
SyntaxError: invalid syntax
>>> error /
Traceback (most recent call last):
  File "<stdin>", line 2
SyntaxError: invalid syntax
>>> error x
Traceback (most recent call last):
  File "<stdin>", line 1
SyntaxError: invalid syntax
>>>
@pmp-p pmp-p added bug Something isn't working upstream-bug for bugs that affect micropython/pycopy git and removed bug Something isn't working labels Aug 7, 2020
@pmp-p pmp-p changed the title execepthook excepthook Aug 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
upstream-bug for bugs that affect micropython/pycopy git
Projects
None yet
Development

No branches or pull requests

1 participant