diff options
Diffstat (limited to 'Include/cpython/genobject.h')
-rw-r--r-- | Include/cpython/genobject.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Include/cpython/genobject.h b/Include/cpython/genobject.h index ad2818e881..838ca6cd24 100644 --- a/Include/cpython/genobject.h +++ b/Include/cpython/genobject.h @@ -13,7 +13,6 @@ extern "C" { and coroutine objects. */ #define _PyGenObject_HEAD(prefix) \ PyObject_HEAD \ - /* Note: gi_frame can be NULL if the generator is "finished" */ \ /* The code object backing the generator */ \ PyCodeObject *prefix##_code; \ /* List of weak reference. */ \ |