Issue 1371: Two bsddb tests temporarily commented out in py3k branch (original) (raw)

Issue1371

Created on 2007-11-01 19:51 by gvanrossum, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg57031 - (view) Author: Guido van Rossum (gvanrossum) * (Python committer) Date: 2007-11-01 19:51
In Lib/bsddb/test/test_misc.py in the py3k branch I had to disable two test in order to make progress on a mega-merge from the trunk. The tests are test01_badpointer and test04_double_free_make_key_dbt. I commented them out by inserting "## " in front of each line. Can you please re-enable these tests and fix the code that currently breaks then?
msg57040 - (view) Author: Gregory P. Smith (gregory.p.smith) * (Python committer) Date: 2007-11-01 21:55
This should be fixed in py3k revision 58761.
History
Date User Action Args
2022-04-11 14:56:27 admin set github: 45712
2008-01-06 22:29:45 admin set keywords: - py3kversions: + Python 3.0
2007-11-01 21:55:46 gregory.p.smith set status: open -> closedresolution: fixedmessages: + keywords: + py3k
2007-11-01 19:51:17 gvanrossum set type: crash
2007-11-01 19:51:09 gvanrossum create