]> granicus.if.org Git - python/commit
Issue #13063: the Windows error ERROR_NO_DATA (numbered 232 and described
authorAntoine Pitrou <solipsis@pitrou.net>
Fri, 7 Oct 2011 14:16:31 +0000 (16:16 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Fri, 7 Oct 2011 14:16:31 +0000 (16:16 +0200)
commit586bfe4500465442acff5043f7b589e4a8b97b6a
tree3b2af5c4db751fb4a103a9058335fb65ab342ad1
parent7b847a46bca22797fcb3149d5e52627fc439ba18
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).
Misc/NEWS
PC/errmap.h
PC/generrmap.c