[Python-3000] Move to a "py3k" branch *DONE*
Collin Winter
collinw at gmail.com
Thu Aug 23 20:47:24 CEST 2007
On 8/22/07, Gregory P. Smith <greg at electricrain.com> wrote:
> > > There are currently about 7 failing unit tests left:
> > >
> > > test_bsddb
> > > test_bsddb3
> ...
>
> fyi these two pass for me on the current py3k branch on ubuntu linux
> and mac os x 10.4.9.
test_bsddb works for me on Ubuntu, and test_bsddb3 was working for me
yesterday, but now fails with
python: /home/collinwinter/src/python/py3k/Modules/_bsddb.c:388:
make_dbt: Assertion `((((PyObject*)(obj))->ob_type) == (&PyBytes_Type)
|| PyType_IsSubtype((((PyObject*)(obj))->ob_type), (&PyBytes_Type)))'
failed.
The failure occurs after this line is emitted
test02_cursors (bsddb.test.test_dbshelve.EnvThreadHashShelveTestCase) ... ok
Collin Winter
More information about the Python-3000
mailing list