Peter Boström added the comment:
Wow that's old, yeah that's fair (I wouldn't expect this to be backported to
any old releases).
Our current "workaround" is to try os.remove, sleep, repeat X times. This seems
still racy and not something we'd like to have in our
New submission from Peter Boström :
OS: Windows 10, version 1607 (OS Build 14393.2189)
Python --version: Python 2.7.3
Removing logfiles files just after Popen().wait() outside an open() block is
racy on Windows. This seems to require multiple parallel workers to pull off,
not sure where the
New submission from Peter Boström :
When reading from piped stdin, python has trouble decoding some special
characters.
To reproduce, run the following command from cmd.exe:
echo ü | C:\Python31\python.exe pycat.py
UnicodeDecodeError: 'charmap' codec can't decode byte 0x8