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 685f8fe commit 5ebba28Copy full SHA for 5ebba28
1 file changed
Lib/functools.py
@@ -674,7 +674,6 @@ def wrapper(*args, **kwds):
674
# still adjusting the links.
675
root = oldroot[NEXT]
676
oldkey = root[KEY]
677
- oldresult = root[RESULT]
678
root[KEY] = root[RESULT] = None
679
# Now update the cache dictionary.
680
del cache[oldkey]
0 commit comments