• Gregory P. Smith's avatar
    Backport r58757, r58758, r58759. · 2c3e0d94
    Gregory P. Smith yazdı
    Undoes incorrect dbtables fix and errant strdup introduced as
    described below:
    
    r58757 | gregory.p.smith | 2007-11-01 14:08:14 -0700 (Thu, 01 Nov 2007) | 4 lines
    
    Fix bug introduced in revision 58385.  Database keys could no longer
    have NULL bytes in them.  Replace the errant strdup with a
    malloc+memcpy.  Adds a unit test for the correct behavior.
    
    r58758 | gregory.p.smith | 2007-11-01 14:15:36 -0700 (Thu, 01 Nov 2007) | 3 lines
    
    Undo revision 58533 58534 fixes.  Those were a workaround for
    a problem introduced by 58385.
    
    r58759 | gregory.p.smith | 2007-11-01 14:17:47 -0700 (Thu, 01 Nov 2007) | 2 lines
    
    false "fix" undone as correct problem was found and fixed.
    2c3e0d94
Adı
Son kayıt (commit)
Son güncelleme
..
__init__.py Loading commit data...
test_1413192.py Loading commit data...
test_all.py Loading commit data...
test_associate.py Loading commit data...
test_basics.py Loading commit data...
test_compare.py Loading commit data...
test_compat.py Loading commit data...
test_cursor_pget_bug.py Loading commit data...
test_dbobj.py Loading commit data...
test_dbshelve.py Loading commit data...
test_dbtables.py Loading commit data...
test_env_close.py Loading commit data...
test_get_none.py Loading commit data...
test_join.py Loading commit data...
test_lock.py Loading commit data...
test_misc.py Loading commit data...
test_pickle.py Loading commit data...
test_queue.py Loading commit data...
test_recno.py Loading commit data...
test_sequence.py Loading commit data...
test_thread.py Loading commit data...