]> granicus.if.org Git - python/commit
If MS_WIN64 is defined, MS_WINDOWS is also defined: #ifdef can be simplified.
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 24 Jun 2013 22:37:25 +0000 (00:37 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Mon, 24 Jun 2013 22:37:25 +0000 (00:37 +0200)
commit14b9b110982fd7f00392b898230c4015bd2bdaaa
tree77ed33b8f8db6c8b91fd253978ea5bc8c859bca6
parentb28a375f2f4724c129e8683f548c8f1477e00a68
If MS_WIN64 is defined, MS_WINDOWS is also defined: #ifdef can be simplified.
Include/pyport.h
Modules/_io/_iomodule.h
Modules/_io/fileio.c
Modules/posixmodule.c
Modules/socketmodule.c
Objects/fileobject.c
Python/fileutils.c