cpython/Lib/concurrent
Serhiy Storchaka 0b4e090422
gh-109370: Fix unexpected traceback output in test_concurrent_futures (GH-109780)
Follow-up of gh-107219.

* Only close the connection writer on Windows.
* Also use existing constant _winapi.ERROR_OPERATION_ABORTED instead of
  WSA_OPERATION_ABORTED.
2023-09-26 10:06:07 +03:00
..
futures gh-109370: Fix unexpected traceback output in test_concurrent_futures (GH-109780) 2023-09-26 10:06:07 +03:00
__init__.py