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

Mark Shannon report at bugs.python.org
Fri Sep 17 08:52:23 EDT 2021


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

An alternative placement for the flag bits:

Stride bits in the dictkeys.
Ownership bits in the low bits of ma_used.

This would still allow us to remove the version tag at some point.

----------

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


More information about the Python-bugs-list mailing list