[issue11873] test_regexp() of test_compileall fails occassionally

STINNER Victor report at bugs.python.org
Sat May 7 11:43:46 CEST 2011


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

> You are right that I got the regex wrong (I'm bad at regexes), but
> in fact it is fine the way it is.  Since there's no r, the regex
> is actually "ba[^/]$", which is exactly what I meant.

What about Windows? tempfile.mkdtemp(prefix='bar') can generate ...\tmpxxbaxx\... Or compileall does first normalize the path?

----------

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


More information about the Python-bugs-list mailing list