[pypy-svn] pypy default: cpyext: Expose Py_FrozenFlag with a dummy value.

amauryfa commits-noreply at bitbucket.org
Wed Mar 23 19:06:14 CET 2011


Author: Amaury Forgeot d'Arc <amauryfa at gmail.com>
Branch: 
Changeset: r42879:e9a834700a41
Date: 2011-03-23 15:34 +0100
http://bitbucket.org/pypy/pypy/changeset/e9a834700a41/

Log:	cpyext: Expose Py_FrozenFlag with a dummy value.

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
@@ -11,6 +11,8 @@
 /* the -3 option will probably not be implemented */
 #define Py_Py3kWarningFlag 0
 
+#define Py_FrozenFlag 0
+
 #ifdef __cplusplus
 }
 #endif


More information about the Pypy-commit mailing list