diff options
author | Jeff Epler <jepler@gmail.com> | 2025-08-30 10:51:53 -0500 |
---|---|---|
committer | Jeff Epler <jepler@unpythonic.net> | 2025-09-10 07:46:06 -0500 |
commit | 9728538c3ae81c3e9932126e77ba469e36b30863 (patch) | |
tree | c5ed358373e9aae2c0a4dcbb68ba97db07b16e50 /py/modsys.c | |
parent | 1d90577b7e1fa5c4f452471378dd887152a4825c (diff) |
py/compile: Throw SyntaxError instead of asserting.
This condition corresponds to invalid asm code like
```
@micropython.asm_rv32
def l():
a=di(a2, a2, -1)
```
and possibly other forms where nodes[0] is not a STRUCT.
Signed-off-by: Jeff Epler <jepler@gmail.com>
Diffstat (limited to 'py/modsys.c')
0 files changed, 0 insertions, 0 deletions