mirror of
https://github.com/python/cpython.git
synced 2026-06-21 10:34:26 -04:00
fd53ae1139
Frozendict has `_Py_TPFLAGS_MATCH_SELF` set so works correctly with the single-arg class matching. However it isn't documented in the list of classes this works with and it isn't tested. The test is some way below the other similar tests but anything else would need a large renumbering.