mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Fix miscellaneous typos (#4275)
This commit is contained in:
parent
cf296537f1
commit
a5293b4ff2
50 changed files with 82 additions and 82 deletions
|
@ -943,7 +943,7 @@ class ExceptionTests(unittest.TestCase):
|
|||
# equal to recursion_limit in PyErr_NormalizeException() and check
|
||||
# that a ResourceWarning is printed.
|
||||
# Prior to #22898, the recursivity of PyErr_NormalizeException() was
|
||||
# controled by tstate->recursion_depth and a PyExc_RecursionErrorInst
|
||||
# controlled by tstate->recursion_depth and a PyExc_RecursionErrorInst
|
||||
# singleton was being used in that case, that held traceback data and
|
||||
# locals indefinitely and would cause a segfault in _PyExc_Fini() upon
|
||||
# finalization of these locals.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue