summaryrefslogtreecommitdiff
path: root/Include/code.h
diff options
context:
space:
mode:
authorYury Selivanov <yselivanov@sprymix.com>2015-05-09 11:44:30 -0400
committerYury Selivanov <yselivanov@sprymix.com>2015-05-09 11:44:30 -0400
commit8170e8c0d12cb9414f3a3d3ca81a447b4afc5f26 (patch)
treed6353155110b49bf7953fd0d7d3f808512e8feb1 /Include/code.h
parentbd60e8dece89440ebdc80a19b2217d5ba2515124 (diff)
downloadcpython-git-8170e8c0d12cb9414f3a3d3ca81a447b4afc5f26.tar.gz
PEP 479: Change StopIteration handling inside generators.
Closes issue #22906.
Diffstat (limited to 'Include/code.h')
-rw-r--r--Include/code.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Include/code.h b/Include/code.h
index ff2b97efe9..131de501dc 100644
--- a/Include/code.h
+++ b/Include/code.h
@@ -62,6 +62,7 @@ typedef struct {
#define CO_FUTURE_UNICODE_LITERALS 0x20000
#define CO_FUTURE_BARRY_AS_BDFL 0x40000
+#define CO_FUTURE_GENERATOR_STOP 0x80000
/* This value is found in the co_cell2arg array when the associated cell
variable does not correspond to an argument. The maximum number of