Skip to content

Commit

Permalink
add an XXX
Browse files Browse the repository at this point in the history
  • Loading branch information
antocuni committed Feb 9, 2021
1 parent 6bad6c3 commit e2b548a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hpy/debug/src/_debugmod.c
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ static UHPy DebugHandle_repr_impl(HPyContext uctx, UHPy self)
UHPy uh_args = HPy_NULL;
UHPy uh_result = HPy_NULL;

// XXX: switch to HPyUnicode_FromFormat when we have it
uh_fmt = HPyUnicode_FromString(uctx, "<DebugHandle 0x%x for %r>");
if (HPy_IsNull(uh_fmt))
goto exit;
Expand Down

0 comments on commit e2b548a

Please sign in to comment.