• Tim Peters's avatar
    "Derive" bucket and BTree nodes from a new Sized struct, capturing · 2fc700fb
    Tim Peters authored
    the common initial fields (pyobject hair, persistence hair, 'size',
    and 'len').  I think Jim wants the data decls split into a separate
    file, but I'm unclear on why so am not doing that now.
    
    Renamed stuff for consistency.
    
    Added some comments.  More BTree comments will end up in Maintainer.txt.
    2fc700fb
BTreeModuleTemplate.c 11.3 KB