Skip to content

v0.1.13

Choose a tag to compare

@rustyconover rustyconover released this 04 Mar 16:29
· 118 commits to main since this release

Fix

  • Fix Windows CI logging warnings (ValueError: I/O operation on closed file) during interpreter shutdown by guarding logging calls in SubprocessTransport.close() and WorkerPool.close() with a _stderr_open() check.