Skip to content

Commit ec361e3

Browse files
committed
Restore functools
1 parent 9454f32 commit ec361e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/functools.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -687,6 +687,7 @@ def wrapper(*args, **kwds):
687687
# still adjusting the links.
688688
root = oldroot[NEXT]
689689
oldkey = root[KEY]
690+
oldresult = root[RESULT] # noqa: F841
690691
root[KEY] = root[RESULT] = None
691692

692693
# Now update the cache dictionary.

0 commit comments

Comments
 (0)