mirror of
https://github.com/python/cpython.git
synced 2025-08-30 21:48:47 +00:00
chore: fix typos (#116345)
Signed-off-by: cui fliter <imcusg@gmail.com>
This commit is contained in:
parent
4402b3cbcf
commit
e7ba6e9dbe
15 changed files with 17 additions and 17 deletions
|
@ -129,7 +129,7 @@ class ExceptionClassTests(unittest.TestCase):
|
|||
|
||||
d[HashThisKeyWillClearTheDict()] = Value() # refcount of Value() is 1 now
|
||||
|
||||
# Exception.__setstate__ should aquire a strong reference of key and
|
||||
# Exception.__setstate__ should acquire a strong reference of key and
|
||||
# value in the dict. Otherwise, Value()'s refcount would go below
|
||||
# zero in the tp_hash call in PyObject_SetAttr(), and it would cause
|
||||
# crash in GC.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue