mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
Bump to 3.9.0a0
This commit is contained in:
parent
23d7ce7471
commit
9ab2fb1c68
11 changed files with 831 additions and 831 deletions
|
@ -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:/python38/lib/weakref.py", line 46, in __getitem__
|
||||
File "C:/python39/lib/weakref.py", line 46, in __getitem__
|
||||
o = self.data[key]()
|
||||
KeyError: 'primary'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue