v0.1.13
Fix
- Fix Windows CI logging warnings (
ValueError: I/O operation on closed file) during interpreter shutdown by guarding logging calls inSubprocessTransport.close()andWorkerPool.close()with a_stderr_open()check.
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.