[Checkins] [zopefoundation/BTrees] f3b7be: The value of using64bits was broken in OIBTree wit...

Jason Madden noreply at github.com
Mon Feb 17 18:01:09 CET 2020


  Branch: refs/heads/issue120
  Home:   https://github.com/zopefoundation/BTrees
  Commit: f3b7be2ec787db64e05c48ddfb0ecfc05f643ea8
      https://github.com/zopefoundation/BTrees/commit/f3b7be2ec787db64e05c48ddfb0ecfc05f643ea8
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2020-02-17 (Mon, 17 Feb 2020)

  Changed paths:
    M BTrees/OIBTree.py
    M BTrees/tests/test_IFBTree.py
    M BTrees/tests/test_IIBTree.py
    M BTrees/tests/test_IOBTree.py
    M BTrees/tests/test_IUBTree.py
    M BTrees/tests/test_OIBTree.py
    M BTrees/tests/test_OUBTree.py
    M BTrees/tests/test_UFBTree.py
    M BTrees/tests/test_UIBTree.py
    M BTrees/tests/test_UOBTree.py
    M BTrees/tests/test_UUBTree.py
    M CHANGES.rst

  Log Message:
  -----------
  The value of using64bits was broken in OIBTree with pure python.

Fix it.

Also it's possible to statically know the expected value of using64bits for all included tree modules, so we don't need the (unexecuted) branch that creates (unused) test code in the *I* test modules.




More information about the checkins mailing list