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 5ba97b6 commit 741f013Copy full SHA for 741f013
Lib/test/test_capi/test_dict.py
@@ -626,7 +626,7 @@ def test_frozendict_new(self):
626
627
def test_frozendict_asdict(self):
628
# Test PyFrozenDict_AsDict()
629
- frozendict_asdict = _testlimitedcapi.frozendict_asdict
+ frozendict_asdict = _testcapi.frozendict_asdict
630
for dict_type in FROZENDICT_TYPES:
631
dct = dict_type({1: 2})
632
dct_copy = frozendict_asdict(dct)
0 commit comments