Issue1371
Created on 2007-11-01 19:51 by gvanrossum, last changed 2008-01-06 22:29 by admin.
|
msg57031 - (view) |
Author: Guido van Rossum (gvanrossum) |
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) |
Date: 2007-11-01 21:55 |
|
This should be fixed in py3k revision 58761.
|
|
| Date |
User |
Action |
Args |
| 2008-01-06 22:29:45 | admin | set | keywords:
- py3k versions:
+ Python 3.0 |
| 2007-11-01 21:55:46 | gregory.p.smith | set | status: open -> closed resolution: fixed messages:
+ msg57040 keywords:
+ py3k |
| 2007-11-01 19:51:17 | gvanrossum | set | type: crash |
| 2007-11-01 19:51:09 | gvanrossum | create | |
|