This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Two bsddb tests temporarily commented out in py3k branch
Type: crash Stage:
Components: Versions: Python 3.0
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: gregory.p.smith Nosy List: gregory.p.smith, gvanrossum
Priority: critical Keywords:

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:27adminsetgithub: 45712
2008-01-06 22:29:45adminsetkeywords: - py3k
versions: + Python 3.0
2007-11-01 21:55:46gregory.p.smithsetstatus: open -> closed
resolution: fixed
messages: + msg57040
keywords: + py3k
2007-11-01 19:51:17gvanrossumsettype: crash
2007-11-01 19:51:09gvanrossumcreate