mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Issue #18665: fix typos. Patch by Vajrasky Kok.
This commit is contained in:
parent
dbfc129cc8
commit
236a547b3e
2 changed files with 2 additions and 2 deletions
|
@ -36,7 +36,7 @@ typedef struct _frame {
|
|||
non-generator frames. See the save_exc_state and swap_exc_state
|
||||
functions in ceval.c for details of their use. */
|
||||
PyObject *f_exc_type, *f_exc_value, *f_exc_traceback;
|
||||
/* Borrowed referenced to a generator, or NULL */
|
||||
/* Borrowed reference to a generator, or NULL */
|
||||
PyObject *f_gen;
|
||||
|
||||
PyThreadState *f_tstate;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue