From: Antoine Pitrou Date: Fri, 7 Oct 2011 14:17:50 +0000 (+0200) Subject: Issue #13063: the Windows error ERROR_NO_DATA (numbered 232 and described X-Git-Tag: v3.3.0a1~1256 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=789e7ad918fe0f2eadd3702518b2f2cece6598c3;p=thirdparty%2FPython%2Fcpython.git Issue #13063: the Windows error ERROR_NO_DATA (numbered 232 and described as "The pipe is being closed") is now mapped to POSIX errno EPIPE (previously EINVAL). --- 789e7ad918fe0f2eadd3702518b2f2cece6598c3