Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
ZODB
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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kirill Smelkov
ZODB
Commits
a9bc4f8b
Commit
a9bc4f8b
authored
May 01, 2003
by
Jeremy Hylton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove XXX comment.
parent
77384562
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
9 deletions
+3
-9
src/Persistence/cPickleCache.c
src/Persistence/cPickleCache.c
+1
-3
src/ZODB/cPickleCache.c
src/ZODB/cPickleCache.c
+1
-3
src/persistent/cPickleCache.c
src/persistent/cPickleCache.c
+1
-3
No files found.
src/Persistence/cPickleCache.c
View file @
a9bc4f8b
...
...
@@ -90,7 +90,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.8
2 2003/04/23 20:05:51
jeremy Exp $
\n
"
;
"$Id: cPickleCache.c,v 1.8
3 2003/05/01 17:08:39
jeremy Exp $
\n
"
;
#define ASSIGN(V,E) {PyObject *__e; __e=(E); Py_XDECREF(V); (V)=__e;}
#define UNLESS(E) if(!(E))
...
...
@@ -536,8 +536,6 @@ cc_oid_unreferenced(ccobject *self, PyObject *oid)
call above creates artificial references to v.
*/
_Py_RefTotal
--
;
/* XXX it may be a problem that v->ob_type is still NULL?
I don't understand what this comment means. --jeremy */
assert
(
v
->
ob_type
);
#else
Py_INCREF
(
v
);
...
...
src/ZODB/cPickleCache.c
View file @
a9bc4f8b
...
...
@@ -90,7 +90,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.8
2 2003/04/23 20:05:51
jeremy Exp $
\n
"
;
"$Id: cPickleCache.c,v 1.8
3 2003/05/01 17:08:39
jeremy Exp $
\n
"
;
#define ASSIGN(V,E) {PyObject *__e; __e=(E); Py_XDECREF(V); (V)=__e;}
#define UNLESS(E) if(!(E))
...
...
@@ -536,8 +536,6 @@ cc_oid_unreferenced(ccobject *self, PyObject *oid)
call above creates artificial references to v.
*/
_Py_RefTotal
--
;
/* XXX it may be a problem that v->ob_type is still NULL?
I don't understand what this comment means. --jeremy */
assert
(
v
->
ob_type
);
#else
Py_INCREF
(
v
);
...
...
src/persistent/cPickleCache.c
View file @
a9bc4f8b
...
...
@@ -90,7 +90,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.8
2 2003/04/23 20:05:51
jeremy Exp $
\n
"
;
"$Id: cPickleCache.c,v 1.8
3 2003/05/01 17:08:39
jeremy Exp $
\n
"
;
#define ASSIGN(V,E) {PyObject *__e; __e=(E); Py_XDECREF(V); (V)=__e;}
#define UNLESS(E) if(!(E))
...
...
@@ -536,8 +536,6 @@ cc_oid_unreferenced(ccobject *self, PyObject *oid)
call above creates artificial references to v.
*/
_Py_RefTotal
--
;
/* XXX it may be a problem that v->ob_type is still NULL?
I don't understand what this comment means. --jeremy */
assert
(
v
->
ob_type
);
#else
Py_INCREF
(
v
);
...
...
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