[New-bugs-announce] [issue10228] Refleak run of test_dbm fails when several dbm modules are available

Antoine Pitrou report at bugs.python.org
Fri Oct 29 12:11:52 CEST 2010


New submission from Antoine Pitrou <pitrou at free.fr>:

This is only when several dbm modules are compiled in (e.g. "gnu" and "dumb"):

$ ./python -m test.regrtest -R 3:2 test_dbm
[1/1] test_dbm
beginning 5 repetitions
12345
test test_dbm failed -- Traceback (most recent call last):
  File "/home/antoine/py3k/deallocwarn/Lib/test/test_dbm.py", line 129, in test_whichdb
    self.assertEqual(name, dbm.whichdb(_fname))
AssertionError: 'dbm.gnu' != 'dbm.dumb'
- dbm.gnu
+ dbm.dumb

----------
components: Tests
messages: 119877
nosy: pitrou
priority: normal
severity: normal
stage: needs patch
status: open
title: Refleak run of test_dbm fails when several dbm modules are available
type: behavior
versions: Python 3.2

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10228>
_______________________________________


More information about the New-bugs-announce mailing list