mirror of
https://github.com/python/cpython.git
synced 2025-09-17 22:20:23 +00:00
Fix typo.
This commit is contained in:
parent
66a1726620
commit
da1ad32cec
1 changed files with 1 additions and 1 deletions
|
@ -189,7 +189,7 @@ class ReferencesTestCase(TestBase):
|
||||||
# None as the value for the callback, where either means "no
|
# None as the value for the callback, where either means "no
|
||||||
# callback". The "no callback" ref and proxy objects are supposed
|
# callback". The "no callback" ref and proxy objects are supposed
|
||||||
# to be shared so long as they exist by all callers so long as
|
# to be shared so long as they exist by all callers so long as
|
||||||
# they are active. In Python 2.3.3 and earlier, this guaranttee
|
# they are active. In Python 2.3.3 and earlier, this guarantee
|
||||||
# was not honored, and was broken in different ways for
|
# was not honored, and was broken in different ways for
|
||||||
# PyWeakref_NewRef() and PyWeakref_NewProxy(). (Two tests.)
|
# PyWeakref_NewRef() and PyWeakref_NewProxy(). (Two tests.)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue