[issue17754] test_ctypes assumes LANG=C LC_ALL=C

2013-05-15 Thread Roundup Robot
Roundup Robot added the comment: New changeset 4f594f9b296a by doko in branch '2.7': - Issue #17754: Make ctypes.util.find_library() independent of the locale. http://hg.python.org/cpython/rev/4f594f9b296a -- nosy: +python-dev ___ Python tracker

[issue17754] test_ctypes assumes LANG=C LC_ALL=C

2013-05-15 Thread Roundup Robot
Roundup Robot added the comment: New changeset d6a43a99aea3 by doko in branch '3.3': - Issue #17754: Make ctypes.util.find_library() independent of the locale. http://hg.python.org/cpython/rev/d6a43a99aea3 New changeset 9a44f12df844 by doko in branch 'default': - Issue #17754: Make

[issue17754] test_ctypes assumes LANG=C LC_ALL=C

2013-05-15 Thread Matthias Klose
Matthias Klose added the comment: fixed in 2.7, 3.3 and trunk -- resolution: - fixed stage: needs patch - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17754

[issue17754] test_ctypes assumes LANG=C LC_ALL=C

2013-04-16 Thread Matthias Klose
New submission from Matthias Klose: this test assumes LANG=C LC_ALL=C test.test_ctypes (unittest.loader.LoadTestsFailure) ... ERROR == ERROR: test.test_ctypes (unittest.loader.LoadTestsFailure)

[issue17754] test_ctypes assumes LANG=C LC_ALL=C

2013-04-16 Thread Matthias Klose
Matthias Klose added the comment: hmm, looks more an issue in ctypes/util.py. _findLib_gcc should set the environment explicitly as already done in _findSoname_ldconfig. -- versions: +Python 2.7 ___ Python tracker rep...@bugs.python.org

[issue17754] test_ctypes assumes LANG=C LC_ALL=C

2013-04-16 Thread Matthias Klose
Changes by Matthias Klose d...@debian.org: -- components: +ctypes -Tests ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17754 ___ ___