Skip to content

stdio: fix locking readers / writers#835

Merged
saghul merged 1 commit intomasterfrom
fix-stdio-lock
Mar 9, 2026
Merged

stdio: fix locking readers / writers#835
saghul merged 1 commit intomasterfrom
fix-stdio-lock

Conversation

@saghul
Copy link
Copy Markdown
Owner

@saghul saghul commented Mar 9, 2026

Never actually close stdio streams, make sure they are recreated if
closed. This means locking and unlocking them is now possible.

Fixes: #833

Never actually close stdio streams, make sure they are recreated if
closed. This means locking and unlocking them is now possible.

Fixes: #833
@saghul saghul merged commit 9534142 into master Mar 9, 2026
30 checks passed
@saghul saghul deleted the fix-stdio-lock branch March 9, 2026 11:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

WritableStreamDefaultWriter from tjs.stdout.getWriter() stays locked after close(), closed, releaseLock()

1 participant