mirror of https://github.com/python/cpython
Browse Source
There is a race condition in SelectorEventLoopUnixSockSendfileTests that causes the prepare() method return a non connected server protocol, making the cleanup() method skips the correct handling of the transport. This commit makes prepare() always return a connected server protocol that can always be cleaned up correctly.pull/10172/head
committed by
GitHub
1 changed files with 5 additions and 5 deletions
Loading…
Reference in new issue