zopefoundation / zope.index

Indices for using with catalog like text, field, etc.
Other
10 stars 12 forks source link

C implementation of OkapiIndex._search_wids can crash on Python 3.10+ #48

Closed icemac closed 7 months ago

icemac commented 7 months ago

If a wordinfo of an index contains more than 10 entries it is switched from dict to BTree.

This is not tested in the context of OkapiIndex._search_wids: