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.
test_json_mutating_exact_dict
1 parent 935076f commit f009159Copy full SHA for f009159
Lib/test/test_free_threading/test_json.py
@@ -56,7 +56,7 @@ def worker(barrier, data, index):
56
if len(d) > 5:
57
try:
58
key = list(d)[0]
59
- d.pop()
+ d.pop(key)
60
except (KeyError, IndexError):
61
pass
62
else:
0 commit comments