commit | 2fc224f0904f398be79e40616cc8a4570375c786 | [log] [tgz] |
---|---|---|
author | Amaury Forgeot d'Arc <amauryfa@gmail.com> | Thu Feb 19 23:23:47 2009 +0000 |
committer | Amaury Forgeot d'Arc <amauryfa@gmail.com> | Thu Feb 19 23:23:47 2009 +0000 |
tree | ddbae8d7cc6f421ae36b904576e70479437da540 | |
parent | b672b6dea65dfae3c8ad04591642e8835f499da2 [diff] |
#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.