]> granicus.if.org Git - python/commit
BSequence_set_range(): Rev 46688 ("Fix a bunch of
authorTim Peters <tim.peters@gmail.com>
Tue, 6 Jun 2006 15:50:17 +0000 (15:50 +0000)
committerTim Peters <tim.peters@gmail.com>
Tue, 6 Jun 2006 15:50:17 +0000 (15:50 +0000)
commitbb21b2c50c1b0763c76da95733c253a3408e8aba
treeeba348f52d53a5dfe0374389425a1a7738ae00d5
parent56dab85022026ccfbc73bf1657ca71c5649792a6
BSequence_set_range():  Rev 46688 ("Fix a bunch of
parameter strings") changed this function's signature
seemingly by mistake, which is causing buildbots to fail
test_bsddb3.  Restored the pre-46688 signature.
Modules/_bsddb.c