We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0c147b commit b346bbfCopy full SHA for b346bbf
mypyc/test-data/irbuild-int.test
@@ -219,5 +219,5 @@ def f(x):
219
x :: int
220
r0 :: bytes
221
L0:
222
- r0 = int_to_bytes x, 2, 'big', 0
+ r0 = CPyTagged_ToBytes(x, 4, 'big', 0)
223
return r0
0 commit comments