Thanks to visit codestin.com Credit goes to github.com
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 914a0b1 commit 0399bd8Copy full SHA for 0399bd8
1 file changed
Lib/weakref.py
@@ -69,7 +69,6 @@ def get(self, key, default):
69
def items(self):
70
L = []
71
for key, ref in self.data.items():
72
- key, ref = L[i]
73
o = ref()
74
if o is not None:
75
L.append((key, o))
0 commit comments