[issue12119] test_distutils failure

2011-11-03 Thread Éric Araujo
Éric Araujo added the comment: I have changed packaging in dad02a080bbc to work even under -O or -B. packaging gives control over the creation of pyc and/or pyo files to the user with its own explicit options (--compile/--no-compile and --optimize 0/1/2), and the behavior should not change if

[issue12119] test_distutils failure

2011-05-19 Thread STINNER Victor
STINNER Victor added the comment: Duplicate of #12117. -- nosy: +haypo resolution: -> duplicate status: open -> closed ___ Python tracker ___ __

[issue12119] test_distutils failure

2011-05-19 Thread Antoine Pitrou
Antoine Pitrou added the comment: This is due to PYTHONDONTWRITEBYTECODE being set. Not sure this is worth fixing. -- ___ Python tracker ___

[issue12119] test_distutils failure

2011-05-19 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- nosy: +alexis ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python

[issue12119] test_distutils failure

2011-05-19 Thread Antoine Pitrou
New submission from Antoine Pitrou : I get the following failure under a fresh checkout: == FAIL: test_package_data (distutils.tests.test_build_py.BuildPyTestCase)