mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Fix typos in comments (#120188)
This commit is contained in:
parent
57ad769076
commit
6a97929a5a
11 changed files with 11 additions and 11 deletions
|
@ -42,7 +42,7 @@ PyAPI_FUNC(int) Py_MakePendingCalls(void);
|
|||
level exceeds "current recursion limit + 50". By construction, this
|
||||
protection can only be triggered when the "overflowed" flag is set. It
|
||||
means the cleanup code has itself gone into an infinite loop, or the
|
||||
RecursionError has been mistakingly ignored. When this protection is
|
||||
RecursionError has been mistakenly ignored. When this protection is
|
||||
triggered, the interpreter aborts with a Fatal Error.
|
||||
|
||||
In addition, the "overflowed" flag is automatically reset when the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue