summaryrefslogtreecommitdiffstats
path: root/Include/Python.h
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2004-06-27 15:43:12 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2004-06-27 15:43:12 (GMT)
commit8d97e33bb76c322cdb08dbf97c26d787cd3488a7 (patch)
tree541e1e94d1ea749335af5fe68a9f469d6286b62c /Include/Python.h
parent634893d1a38e5ffec3a86f32d80e7d986108d8ce (diff)
downloadcpython-8d97e33bb76c322cdb08dbf97c26d787cd3488a7.zip
cpython-8d97e33bb76c322cdb08dbf97c26d787cd3488a7.tar.gz
cpython-8d97e33bb76c322cdb08dbf97c26d787cd3488a7.tar.bz2
Patch #966493: Cleanup generator/eval_frame exposure.
Diffstat (limited to 'Include/Python.h')
-rw-r--r--Include/Python.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Include/Python.h b/Include/Python.h
index 0d9a797..a2be68f 100644
--- a/Include/Python.h
+++ b/Include/Python.h
@@ -99,6 +99,7 @@
#include "sliceobject.h"
#include "cellobject.h"
#include "iterobject.h"
+#include "genobject.h"
#include "descrobject.h"
#include "weakrefobject.h"