[New-bugs-announce] [issue10136] kill_python doesn't work with short path

Hirokazu Yamamoto report at bugs.python.org
Mon Oct 18 13:29:55 CEST 2010


New submission from Hirokazu Yamamoto <ocean-city at m2.ccsnet.ne.jp>:

When kill_python[,d].exe was called via short path,
no python processes won't be killed. This happens
because, directory path is compared via simple
wcsnicmp. If one is short path and another is long path,
wcsnicmp determines they are not same path. This patch
solves this issue with GetFileInformationByHandle's
File ID information.

Probably this won't happen so much, so priority is low.

----------
components: Build
files: py3k_fix_kill_python_for_short_path.patch
keywords: patch
messages: 119007
nosy: ocean-city
priority: normal
severity: normal
status: open
title: kill_python doesn't work with short path
type: behavior
versions: Python 2.7, Python 3.1, Python 3.2
Added file: http://bugs.python.org/file19262/py3k_fix_kill_python_for_short_path.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10136>
_______________________________________


More information about the New-bugs-announce mailing list