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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
ZEO
Commits
ae7a6c18
Commit
ae7a6c18
authored
Jan 24, 2002
by
matt@zope.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Correction from Steve Alexander where return(Py_None) does not incref
Py_None.
parent
6e89b1e0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/BTrees/SetOpTemplate.c
src/BTrees/SetOpTemplate.c
+2
-2
No files found.
src/BTrees/SetOpTemplate.c
View file @
ae7a6c18
...
...
@@ -15,7 +15,7 @@
Set operations
****************************************************************************/
#define SETOPTEMPLATE_C "$Id: SetOpTemplate.c,v 1.
8 2001/11/28 15:50:54
matt Exp $\n"
#define SETOPTEMPLATE_C "$Id: SetOpTemplate.c,v 1.
9 2002/01/24 20:18:29
matt Exp $\n"
#ifdef INTSET_H
static
int
...
...
@@ -307,7 +307,7 @@ difference_m(PyObject *ignored, PyObject *args)
if
(
o1
==
Py_None
||
o2
==
Py_None
)
{
Py_INCREF
(
o1
);
Py_INCREF
(
Py_None
);
return
Py_None
;
}
...
...
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