We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 419fe6c commit fbaa8edCopy full SHA for fbaa8ed
test/test_case.py
@@ -135,5 +135,6 @@ def test_match():
135
def test_unicode():
136
assert unpackb(packb("foobar"), use_list=1) == "foobar"
137
138
+
139
def test_dict_tuple_key():
140
unpackb(packb({(1, 2): 3}), strict_map_key=False)
0 commit comments