Commit e7b0ae20 authored by Toby Dickenson's avatar Toby Dickenson

really turn off MUCH_RING_CHECKING

parent 1cb93e7d
......@@ -88,7 +88,7 @@ process must skip such objects, rather than deactivating them.
static char cPickleCache_doc_string[] =
"Defines the PickleCache used by ZODB Connection objects.\n"
"\n"
"$Id: cPickleCache.c,v 1.59 2002/04/15 19:12:14 jeremy Exp $\n";
"$Id: cPickleCache.c,v 1.60 2002/04/16 06:26:44 htrd Exp $\n";
#define ASSIGN(V,E) {PyObject *__e; __e=(E); Py_XDECREF(V); (V)=__e;}
#define UNLESS(E) if(!(E))
......@@ -108,7 +108,8 @@ static PyObject *py__p_oid, *py_reload, *py__p_jar, *py__p_changed;
release, providing noone has been reporting and RuntimeErrors
that it uses to report problems.
*/
#define MUCH_RING_CHECKING 0
/* #define MUCH_RING_CHECKING 1 */
/* Do we want 'engine noise'.... abstract debugging output useful for
visualizing cache behavior */
......
......@@ -88,7 +88,7 @@ process must skip such objects, rather than deactivating them.
static char cPickleCache_doc_string[] =
"Defines the PickleCache used by ZODB Connection objects.\n"
"\n"
"$Id: cPickleCache.c,v 1.59 2002/04/15 19:12:14 jeremy Exp $\n";
"$Id: cPickleCache.c,v 1.60 2002/04/16 06:26:44 htrd Exp $\n";
#define ASSIGN(V,E) {PyObject *__e; __e=(E); Py_XDECREF(V); (V)=__e;}
#define UNLESS(E) if(!(E))
......@@ -108,7 +108,8 @@ static PyObject *py__p_oid, *py_reload, *py__p_jar, *py__p_changed;
release, providing noone has been reporting and RuntimeErrors
that it uses to report problems.
*/
#define MUCH_RING_CHECKING 0
/* #define MUCH_RING_CHECKING 1 */
/* Do we want 'engine noise'.... abstract debugging output useful for
visualizing cache behavior */
......
......@@ -88,7 +88,7 @@ process must skip such objects, rather than deactivating them.
static char cPickleCache_doc_string[] =
"Defines the PickleCache used by ZODB Connection objects.\n"
"\n"
"$Id: cPickleCache.c,v 1.59 2002/04/15 19:12:14 jeremy Exp $\n";
"$Id: cPickleCache.c,v 1.60 2002/04/16 06:26:44 htrd Exp $\n";
#define ASSIGN(V,E) {PyObject *__e; __e=(E); Py_XDECREF(V); (V)=__e;}
#define UNLESS(E) if(!(E))
......@@ -108,7 +108,8 @@ static PyObject *py__p_oid, *py_reload, *py__p_jar, *py__p_changed;
release, providing noone has been reporting and RuntimeErrors
that it uses to report problems.
*/
#define MUCH_RING_CHECKING 0
/* #define MUCH_RING_CHECKING 1 */
/* Do we want 'engine noise'.... abstract debugging output useful for
visualizing cache behavior */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment