summaryrefslogtreecommitdiff
path: root/Python/graminit.c
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2003-11-10 02:16:36 +0000
committerGuido van Rossum <guido@python.org>2003-11-10 02:16:36 +0000
commitb25615939663823c462c4d441f5c808a9aa38891 (patch)
treec4bd2a883aff63188be62959228420fa1d957966 /Python/graminit.c
parentf09994e5273e358c5fc764db681bd3dafecc3e2d (diff)
downloadcpython-git-b25615939663823c462c4d441f5c808a9aa38891.tar.gz
mktemp() shouldn't rely on os.path.exists(), which can return False if
the file is a symlink. Instead, use os.lstat directly, if it exists; fall back on os.stat or the built-in open. Thanks to Iustin Pop.
Diffstat (limited to 'Python/graminit.c')
0 files changed, 0 insertions, 0 deletions