Python 3.11.0a0

This commit is contained in:
Pablo Galindo 2021-05-03 21:25:35 +01:00
parent d3b9134ebb
commit bb3e0c240b
No known key found for this signature in database
GPG key ID: FFE87404168BD847
6 changed files with 13 additions and 13 deletions

View file

@ -278,7 +278,7 @@ applications include caching objects that are expensive to create::
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
d['primary'] # entry was automatically removed
File "C:/python310/lib/weakref.py", line 46, in __getitem__
File "C:/python311/lib/weakref.py", line 46, in __getitem__
o = self.data[key]()
KeyError: 'primary'