Commit 1cb93e7d authored by Jeremy Hylton's avatar Jeremy Hylton

Turn off MUCH_RING_CHECKING.

I think it's safe to run this code without extra checking.
parent 43fa28e3
......@@ -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.58 2002/04/15 18:42:51 jeremy Exp $\n";
"$Id: cPickleCache.c,v 1.59 2002/04/15 19:12:14 jeremy Exp $\n";
#define ASSIGN(V,E) {PyObject *__e; __e=(E); Py_XDECREF(V); (V)=__e;}
#define UNLESS(E) if(!(E))
......@@ -108,7 +108,7 @@ 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 1
#define MUCH_RING_CHECKING 0
/* 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.58 2002/04/15 18:42:51 jeremy Exp $\n";
"$Id: cPickleCache.c,v 1.59 2002/04/15 19:12:14 jeremy Exp $\n";
#define ASSIGN(V,E) {PyObject *__e; __e=(E); Py_XDECREF(V); (V)=__e;}
#define UNLESS(E) if(!(E))
......@@ -108,7 +108,7 @@ 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 1
#define MUCH_RING_CHECKING 0
/* 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.58 2002/04/15 18:42:51 jeremy Exp $\n";
"$Id: cPickleCache.c,v 1.59 2002/04/15 19:12:14 jeremy Exp $\n";
#define ASSIGN(V,E) {PyObject *__e; __e=(E); Py_XDECREF(V); (V)=__e;}
#define UNLESS(E) if(!(E))
......@@ -108,7 +108,7 @@ 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 1
#define MUCH_RING_CHECKING 0
/* 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