[pypy-commit] pypy default: cpyext: add Py_DebugFlag

amauryfa noreply at buildbot.pypy.org
Sat Feb 4 15:53:21 CET 2012


Author: Amaury Forgeot d'Arc <amauryfa at gmail.com>
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 */


More information about the pypy-commit mailing list