[New-bugs-announce] [issue10229] Refleak run of test_gettext fails

Antoine Pitrou report at bugs.python.org
Fri Oct 29 12:31:34 CEST 2010


New submission from Antoine Pitrou <pitrou at 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 <report at bugs.python.org>
<http://bugs.python.org/issue10229>
_______________________________________


More information about the New-bugs-announce mailing list