Author: Amaury Forgeot d'Arc <[email protected]>
Branch:
Changeset: r52090:f1ec2fb12b14
Date: 2012-02-02 00:09 +0100
http://bitbucket.org/pypy/pypy/changeset/f1ec2fb12b14/
Log: cpyext: add Py_DebugFlag
diff --git a/pypy/module/cpyext/include/pythonrun.h
b/pypy/module/cpyext/include/pythonrun.h
--- a/pypy/module/cpyext/include/pythonrun.h
+++ b/pypy/module/cpyext/include/pythonrun.h
@@ -13,6 +13,7 @@
#define Py_FrozenFlag 0
#define Py_VerboseFlag 0
+#define Py_DebugFlag 1
typedef struct {
int cf_flags; /* bitmask of CO_xxx flags relevant to future */
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit