]> granicus.if.org Git - python/commit
#5306: Fix compilation on Windows by properly merging change 69495.
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>
Thu, 19 Feb 2009 23:23:47 +0000 (23:23 +0000)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>
Thu, 19 Feb 2009 23:23:47 +0000 (23:23 +0000)
commit2fc224f0904f398be79e40616cc8a4570375c786
treeddbae8d7cc6f421ae36b904576e70479437da540
parentb672b6dea65dfae3c8ad04591642e8835f499da2
#5306: Fix compilation on Windows by properly merging change 69495.
+ fixed an obvious merge glitch in a windows-only test.

Patch by Hirokazu Yamamoto.

I added a _PyVerify_fd() call to os.device_encoding() (new in python 3.0)
which also uses a raw file descriptor.
Lib/test/test_os.py
Modules/posixmodule.c