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
File "uvloop/loop.pyx", line 2164, in __subprocess_run (uvloop/loop.c:39415)
File "uvloop/handles/process.pyx", line 549, in uvloop.loop.UVProcessTransport.new (uvloop/loop.c:93764)
File "uvloop/handles/process.pyx", line 49, in uvloop.loop.UVProcess._init (uvloop/loop.c:84744)
File "uvloop/handles/process.pyx", line 38, in uvloop.loop.UVProcess._init (uvloop/loop.c:84464)
File "uvloop/handles/process.pyx", line 233, in uvloop.loop.UVProcess._init_options (uvloop/loop.c:87896)
ValueError: cwd must be a str or bytes object
This works fine with vanilla asyncio. Fixing the bug is probably just a matter of calling os.fspath/PyOS_FSPath somewhere.
The text was updated successfully, but these errors were encountered:
PYTHONASYNCIODEBUG
in env?: YesThe following test script fails as follows:
This works fine with vanilla asyncio. Fixing the bug is probably just a matter of calling
os.fspath
/PyOS_FSPath
somewhere.The text was updated successfully, but these errors were encountered: