You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
get_printable_location in naulang/runtime/executioncontext.py fails when the JIT enters for the test_jit_functioncall test with the following output:
RPython traceback:
File "naulang_runtime_executioncontext.c", line 4948, in get_printable_location
File "rpython_rtyper_lltypesystem_rdict.c", line 162, in ll_dict_getitem__dicttablePtr_Signed
Fatal RPython error: KeyError
This seems to go away when the string formatting is replaced with something like return "". This is probably an RPython bug.
The text was updated successfully, but these errors were encountered:
get_printable_location
innaulang/runtime/executioncontext.py
fails when the JIT enters for thetest_jit_functioncall
test with the following output:This seems to go away when the string formatting is replaced with something like
return ""
. This is probably an RPython bug.The text was updated successfully, but these errors were encountered: