summaryrefslogtreecommitdiffstats
path: root/PCbuild/vs9to8.py
diff options
context:
space:
mode:
authorBrian Curtin <brian@python.org>2011-06-08 23:43:57 (GMT)
committerBrian Curtin <brian@python.org>2011-06-08 23:43:57 (GMT)
commit9a82eaade3cbfba9895b6121daf8ddb65b5aaa4d (patch)
tree8257efd366978aee3774e35858f00e62b6b1a089 /PCbuild/vs9to8.py
parent4dd453c6aab315954f19bf0b2f1541c2b37d8e34 (diff)
parent9c669ccc77c85eac245d460bab510a38b20d9a08 (diff)
downloadcpython-9a82eaade3cbfba9895b6121daf8ddb65b5aaa4d.zip
cpython-9a82eaade3cbfba9895b6121daf8ddb65b5aaa4d.tar.gz
cpython-9a82eaade3cbfba9895b6121daf8ddb65b5aaa4d.tar.bz2
Fix #11583. Changed os.path.isdir to use GetFileAttributes instead of os.stat.
By changing to the Windows GetFileAttributes API in nt._isdir we can figure out if the path is a directory without opening the file via os.stat. This has the minor benefit of speeding up os.path.isdir by at least 2x for regular files and 10-15x improvements were seen on symbolic links (which opened the file multiple times during os.stat). Since os.path.isdir is used in several places on interpreter startup, we get a minor speedup in startup time.
Diffstat (limited to 'PCbuild/vs9to8.py')
0 files changed, 0 insertions, 0 deletions