mirror of
https://github.com/python/cpython.git
synced 2025-11-25 21:11:09 +00:00
Removed more hair in support of future-generator stmts.
This commit is contained in:
parent
68c7e26dc9
commit
2bbdba3c00
3 changed files with 4 additions and 4 deletions
|
|
@ -40,7 +40,7 @@ typedef struct {
|
|||
compiled *by* a code object knows whether to allow yield stmts. In
|
||||
effect, this passes on the "from __future__ import generators" state
|
||||
in effect when the code block was compiled. */
|
||||
#define CO_GENERATOR_ALLOWED 0x1000
|
||||
#define CO_GENERATOR_ALLOWED 0x1000 /* no longer used in an essential way */
|
||||
#define CO_FUTURE_DIVISION 0x2000
|
||||
|
||||
extern DL_IMPORT(PyTypeObject) PyCode_Type;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue