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 9454f32 commit ec361e3Copy full SHA for ec361e3
1 file changed
Lib/functools.py
@@ -687,6 +687,7 @@ def wrapper(*args, **kwds):
687
# still adjusting the links.
688
root = oldroot[NEXT]
689
oldkey = root[KEY]
690
+ oldresult = root[RESULT] # noqa: F841
691
root[KEY] = root[RESULT] = None
692
693
# Now update the cache dictionary.
0 commit comments