[issue11619] On Windows, don't encode filenames in the import machinery

STINNER Victor report at bugs.python.org
Mon Mar 21 11:53:57 CET 2011


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

open_exclusive() was created by:

changeset:   14708:89b2aee43e0b
branch:      legacy-trunk
user:        Guido van Rossum <guido at python.org>
date:        Wed Sep 20 20:31:38 2000 +0000
files:       Python/import.c
description:
On Unix, use O_EXCL when creating the .pyc/.pyo files, to avoid a race condition

----------

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


More information about the Python-bugs-list mailing list