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.
a bit like for cloupickle cloudpipe/cloudpickle#266, I get this error when trying a basic function
import asyncio await asyncio.sleep(0)
`--------------------------------------------------------------------------- TypeError Traceback (most recent call last) C:\WinP\bd38\bu\WPy64-3800a4\python-3.8.0a4.amd64\lib\site-packages\IPython\core\interactiveshell.py in removed_co_newlocals(function) 139 CO_NEWLOCALS = 0x0002 140 code = function.__code__ --> 141 new_code = CodeType( 142 code.co_argcount, 143 code.co_kwonlyargcount, TypeError: an integer is required (got type bytes)`
a bit like for cloupickle cloudpipe/cloudpickle#266, I get this error when trying a basic function