mirror of
https://github.com/python/cpython.git
synced 2025-12-15 21:44:50 +00:00
Fix trailing whitespaces in C files. (#4130)
This commit is contained in:
parent
56d1f5ca32
commit
bdf4298ae2
4 changed files with 6 additions and 6 deletions
|
|
@ -125,8 +125,8 @@ typedef struct _ts PyThreadState;
|
|||
#else
|
||||
|
||||
typedef struct _err_stackitem {
|
||||
/* This struct represents an entry on the exception stack, which is a
|
||||
* per-coroutine state. (Coroutine in the computer science sense,
|
||||
/* This struct represents an entry on the exception stack, which is a
|
||||
* per-coroutine state. (Coroutine in the computer science sense,
|
||||
* including the thread and generators).
|
||||
* This ensures that the exception state is not impacted by "yields"
|
||||
* from an except handler.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue