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
Ideally this behavior should be consistent with reference CPython implementation.
Oddly enough, using --no-managed-python with uv run also produces TextIOWrapper object. As well as running the installed Python directly without invoking uv.
The text was updated successfully, but these errors were encountered:
When Python process is launched with a closed stdin descriptor,
sys.stdin
object is initialized as regular instead of being set toNone
.For demonstration purpose,
ghcr.io/astral-sh/uv:debian
Docker image is used.Ideally this behavior should be consistent with reference CPython implementation.
Oddly enough, using
--no-managed-python
withuv run
also producesTextIOWrapper
object. As well as running the installed Python directly without invokinguv
.The text was updated successfully, but these errors were encountered: