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
TypeError: an integer is required (got type bytes)
File "env/lib/python3.8/site-packages/goto.py", line 184, in with_goto
_patch_code(func_or_code.__code__),
File "env/lib/python3.8/site-packages/goto.py", line 175, in _patch_code
return _make_code(code, buf.tostring())
File "env/lib/python3.8/site-packages/goto.py", line 53, in _make_code
return types.CodeType(*args)
The text was updated successfully, but these errors were encountered:
The following snippet produces "TypeError: an integer is required (got type bytes)" with Python 3.8.
Code snippet
Error trace
The text was updated successfully, but these errors were encountered: