Message185745
| Author |
pitrou |
| Recipients |
brett.cannon, ezio.melotti, ishimoto, nadeem.vawda, pitrou, python-dev, westley.martinez |
| Date |
2013年04月01日.17:05:21 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1364835922.24.0.0275217554657.issue14135@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
I had to back out this changeset as it totally broke the test suite here:
[ 91/372/90] test_defaultdict
test test_defaultdict crashed -- Traceback (most recent call last):
File "/home/antoine/cpython/default/Lib/test/regrtest.py", line 1287, in runtest_inner
with saved_test_environment(test, verbose, quiet) as environment:
File "/home/antoine/cpython/default/Lib/test/regrtest.py", line 1251, in __enter__
in self.resource_info())
File "/home/antoine/cpython/default/Lib/test/regrtest.py", line 1250, in <genexpr>
self.saved_values = dict((name, get()) for name, get, restore
File "/home/antoine/cpython/default/Lib/test/regrtest.py", line 1237, in get_locale
return tuple(map(locale.getlocale, self._locale_categories))
File "/home/antoine/cpython/default/Lib/locale.py", line 523, in getlocale
raise TypeError('category LC_ALL is not supported')
TypeError: category LC_ALL is not supported
(etc.) |
|