New submission from Antoine Pitrou <pit...@free.fr>:

This is probably caused by r85223.

$ ./python -m test.regrtest -R 3:2 test_gettext
[1/1] test_gettext
beginning 5 repetitions
12345
test test_gettext failed -- Traceback (most recent call last):
  File "/home/antoine/py3k/deallocwarn/Lib/test/test_gettext.py", line 348, in 
test_cache
    self.assertEqual(len(gettext._translations), 0)
AssertionError: 2 != 0

1 test failed:
    test_gettext

----------
assignee: eric.araujo
components: Tests
messages: 119882
nosy: eric.araujo, pitrou
priority: normal
severity: normal
stage: needs patch
status: open
title: Refleak run of test_gettext fails
type: resource usage
versions: Python 2.7, Python 3.1, Python 3.2

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue10229>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to