Commit d7343362 authored by Tres Seaver's avatar Tres Seaver

Stitch trunk ZODB into this branch using svn:externals

o setup.py:  Add support for building IFBTrees.

o XXX:  One test fails inside ZopeX3 code, because the contract for
        IDataManager just changed last week (it got accurately documented,
        actually).
parent 9d74e294
......@@ -234,6 +234,10 @@ setup(
include_dirs=EXTENSIONCLASS_INCLUDEDIRS + ['persistent'],
define_macros=[('EXCLUDE_INTSET_SUPPORT', None)],
sources=['BTrees/_IIBTree.c']),
Extension(name='BTrees._IFBTree',
include_dirs=EXTENSIONCLASS_INCLUDEDIRS + ['persistent'],
define_macros=[('EXCLUDE_INTSET_SUPPORT', None)],
sources=['BTrees/_IFBTree.c']),
Extension(name='BTrees._IOBTree',
include_dirs=EXTENSIONCLASS_INCLUDEDIRS + ['persistent'],
define_macros=[('EXCLUDE_INTSET_SUPPORT', None)],
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment