This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

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.)
History
Date User Action Args
2013-04-01 17:05:22pitrousetrecipients: + pitrou, brett.cannon, ishimoto, nadeem.vawda, ezio.melotti, westley.martinez, python-dev
2013-04-01 17:05:22pitrousetmessageid: <1364835922.24.0.0275217554657.issue14135@psf.upfronthosting.co.za>
2013-04-01 17:05:22pitroulinkissue14135 messages
2013-04-01 17:05:21pitroucreate