This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author aheejin
Recipients aheejin
Date 2010-08-12.11:02:34
SpamBayes Score 6.593959e-09
Marked as misclassified No
Message-id <1281610958.98.0.583662665804.issue9575@psf.upfronthosting.co.za>
In-reply-to
Content
As far as I have seen, this bug only appears in Windows 7. I tested with Python 2.5, 2.6, and 2.7 and they all seem to have this bug.
I tested with Windows 7 Korean version. I'm not sure if other language versions have the same problem.

Reproduction steps:

1. Run a command shell 'cmd'.

2. Run following commands in order:
cd c:\
mkdir rpcc\build
cd rpcc\build
mkdir customs\llvm2dre\llvm-2.6\tools\clang\test\CXX\over\over.match\over.match.best\over.best.ics\over.ics.ellipsis\.svn\tmp\prop-base

3. Create a python script file temp.py with the contents below
import os
path = 'customs\\llvm2dre\\llvm-2.6\\tools\\clang\\test\\CXX\\over\\over.match\\over.match.best\\over.best.ics\\over.ics.ellipsis\\.svn\\tmp\\prop-base'
os.listdir(path)
(I attached this file in this post)

4. Run the script.
python temp.py

5. Then you can see it crashes.
History
Date User Action Args
2010-08-12 11:02:39aheejinsetrecipients: + aheejin
2010-08-12 11:02:38aheejinsetmessageid: <1281610958.98.0.583662665804.issue9575@psf.upfronthosting.co.za>
2010-08-12 11:02:36aheejinlinkissue9575 messages
2010-08-12 11:02:34aheejincreate