[issue45233] Allow split key dictionaries with values owned by other objects.

Mark Shannon report at bugs.python.org
Tue Sep 21 08:59:28 EDT 2021


Mark Shannon <mark at hotpy.org> added the comment:

Experiments show that using `stride` just makes the code more complex,
`dk_kind` is sufficient.

We will still need ownership flags for split dicts, though.
A single flag may suffice.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue45233>
_______________________________________


More information about the Python-bugs-list mailing list