mirror of
https://github.com/python/cpython.git
synced 2026-02-13 19:04:37 +00:00
Don't reference pyshell.
This commit is contained in:
parent
907a720f89
commit
4e37c66262
1 changed files with 1 additions and 1 deletions
|
|
@ -269,7 +269,7 @@ applications include caching objects that are expensive to create::
|
|||
0
|
||||
>>> d['primary'] # entry was automatically removed
|
||||
Traceback (most recent call last):
|
||||
File "<pyshell#108>", line 1, in -toplevel-
|
||||
File "<stdin>", line 1, in <module>
|
||||
d['primary'] # entry was automatically removed
|
||||
File "C:/python26/lib/weakref.py", line 46, in __getitem__
|
||||
o = self.data[key]()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue