@@ -72,6 +72,7 @@ int winerror_to_errno(int winerror)
case 202: return 8;
case 206: return 2;
case 215: return 11;
+ case 232: return 32;
case 267: return 20;
case 1816: return 12;
default: return EINVAL;
« no previous file with comments
|
« no previous file
|
PC/generrmap.c » ('j')
|
no next file with comments »
Issue 13063: test_concurrent_futures failures on Windows: IOError('[Errno 232] The pipe is being closed') on _send_bytes()
Created 1 year, 8 months ago by haypo
Modified 1 year, 8 months ago
Reviewers:
Base URL: None
Comments: 0