Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
ZEO
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
ZEO
Commits
1cb93e7d
Commit
1cb93e7d
authored
Apr 15, 2002
by
Jeremy Hylton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Turn off MUCH_RING_CHECKING.
I think it's safe to run this code without extra checking.
parent
43fa28e3
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
src/Persistence/cPickleCache.c
src/Persistence/cPickleCache.c
+2
-2
src/ZODB/cPickleCache.c
src/ZODB/cPickleCache.c
+2
-2
src/persistent/cPickleCache.c
src/persistent/cPickleCache.c
+2
-2
No files found.
src/Persistence/cPickleCache.c
View file @
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.5
8 2002/04/15 18:42:51
jeremy Exp $
\n
"
;
"$Id: cPickleCache.c,v 1.5
9 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 */
...
...
src/ZODB/cPickleCache.c
View file @
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.5
8 2002/04/15 18:42:51
jeremy Exp $
\n
"
;
"$Id: cPickleCache.c,v 1.5
9 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 */
...
...
src/persistent/cPickleCache.c
View file @
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.5
8 2002/04/15 18:42:51
jeremy Exp $
\n
"
;
"$Id: cPickleCache.c,v 1.5
9 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 */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment