[issue17198] dbm.whichdb references unitialized 'ndbm' variable

R. David Murray report at bugs.python.org
Thu Feb 14 04:06:55 CET 2013


R. David Murray added the comment:

By the way, this will demonstrate the bug:

  touch foo.pag
  python -m dbm.__init__ foo

Perhaps that could be the basis for the test (using subprocess).

----------
stage:  -> needs patch
title: dbm.whichdbm references non-existent 'ndbm' -> dbm.whichdb references unitialized 'ndbm' variable

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


More information about the Python-bugs-list mailing list