Skip to content

Commit 4ff95bb

Browse files
Add error todo to execve3.py
1 parent 1936ded commit 4ff95bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/execve3.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ def hello_again(ctx: c_void_p) -> c_int64:
4646
keena = 2 + 1
4747
# below breaks
4848
# keela = keena + 1
49+
# TODO: binops evaluate but into a random register and dont get assigned.
4950
keema = 8 * 9
5051
keesa = 10 - 11
5152
keeda = 10 / 5

0 commit comments

Comments
 (0)