[pypy-svn] r72932 - pypy/branch/cpython-extension/pypy/module/cpyext

xoraxax at codespeak.net xoraxax at codespeak.net
Sat Mar 27 00:38:49 CET 2010


Author: xoraxax
Date: Sat Mar 27 00:38:47 2010
New Revision: 72932

Modified:
   pypy/branch/cpython-extension/pypy/module/cpyext/api.py
Log:
Disable refcount debugging.

Modified: pypy/branch/cpython-extension/pypy/module/cpyext/api.py
==============================================================================
--- pypy/branch/cpython-extension/pypy/module/cpyext/api.py	(original)
+++ pypy/branch/cpython-extension/pypy/module/cpyext/api.py	Sat Mar 27 00:38:47 2010
@@ -21,7 +21,7 @@
 # CPython 2.4 compatibility
 from py.builtin import BaseException
 
-DEBUG_REFCOUNT = True
+DEBUG_REFCOUNT = False
 DEBUG_WRAPPER = False
 
 Py_ssize_t = lltype.Signed



More information about the Pypy-commit mailing list