Fix typos in comments (#120188)

This commit is contained in:
Xie Yanbo 2024-06-07 16:19:41 +08:00 committed by GitHub
parent 57ad769076
commit 6a97929a5a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 11 additions and 11 deletions

View file

@ -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