]> granicus.if.org Git - python/commit
On Windows, make the pipe() call return Unix file descriptors instead
authorGuido van Rossum <guido@python.org>
Fri, 12 Jun 1998 15:05:15 +0000 (15:05 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 12 Jun 1998 15:05:15 +0000 (15:05 +0000)
commitb3f9f4b729ae70dc97c8855feafafc2d66c9f9fd
tree2ca1088d544bc000a04cf77417b09b45dc4e2005
parente0fdf6f1a8066272de01ce02500ea53738b28f90
On Windows, make the pipe() call return Unix file descriptors instead
of Windows file handles.  Now it is at least compatible with itself on
Unix!
Modules/posixmodule.c