Skip to content
This repository was archived by the owner on Aug 13, 2019. It is now read-only.

Find and warn about unorderable keys in BTreesΒ #7

@icemac

Description

@icemac

BTrees 4.x no longer supports keys which are not orderable.
In Python 3 deleting objects which such a key is not supported.
Thus we should support it during the conversion:

  • add an ability to warn about unorderable keys (like None) in BTrees
  • add an ability to delete such keys.

See https://groups.google.com/d/msg/zodb/xhVM0ejl6aE/p2nY-1Z7AwAJ

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions