Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
Zope
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
Zope
Commits
3feedb2c
Commit
3feedb2c
authored
Sep 08, 2007
by
nikhil n
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
made changes in c code for Python2.5
parent
d7385c2a
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
12 additions
and
12 deletions
+12
-12
lib/python/AccessControl/cAccessControl.c
lib/python/AccessControl/cAccessControl.c
+4
-4
lib/python/ComputedAttribute/_ComputedAttribute.c
lib/python/ComputedAttribute/_ComputedAttribute.c
+1
-1
lib/python/DocumentTemplate/cDocumentTemplate.c
lib/python/DocumentTemplate/cDocumentTemplate.c
+3
-3
lib/python/Missing/_Missing.c
lib/python/Missing/_Missing.c
+1
-1
lib/python/MultiMapping/_MultiMapping.c
lib/python/MultiMapping/_MultiMapping.c
+1
-1
lib/python/Products/PluginIndexes/TextIndex/Splitter/ZopeSplitter/src/ZopeSplitter.c
...ndexes/TextIndex/Splitter/ZopeSplitter/src/ZopeSplitter.c
+1
-1
lib/python/Record/_Record.c
lib/python/Record/_Record.c
+1
-1
No files found.
lib/python/AccessControl/cAccessControl.c
View file @
3feedb2c
...
@@ -1278,7 +1278,7 @@ static PyObject *ZopeSecurityPolicy_validate(PyObject *self, PyObject *args) {
...
@@ -1278,7 +1278,7 @@ static PyObject *ZopeSecurityPolicy_validate(PyObject *self, PyObject *args) {
static
void
ZopeSecurityPolicy_dealloc
(
ZopeSecurityPolicy
*
self
)
{
static
void
ZopeSecurityPolicy_dealloc
(
ZopeSecurityPolicy
*
self
)
{
Py_DECREF
(
self
->
ob_type
);
/* Extensionclass init incref'd */
Py_DECREF
(
self
->
ob_type
);
/* Extensionclass init incref'd */
Py
Mem
_DEL
(
self
);
Py
Object
_DEL
(
self
);
}
}
...
@@ -1362,7 +1362,7 @@ SecurityManager_dealloc(SecurityManager *self)
...
@@ -1362,7 +1362,7 @@ SecurityManager_dealloc(SecurityManager *self)
Py_XDECREF
(
self
->
validate
);
Py_XDECREF
(
self
->
validate
);
Py_XDECREF
(
self
->
checkPermission
);
Py_XDECREF
(
self
->
checkPermission
);
Py_DECREF
(
self
->
ob_type
);
/* Extensionclass init incref'd */
Py_DECREF
(
self
->
ob_type
);
/* Extensionclass init incref'd */
Py
Mem
_DEL
(
self
);
Py
Object
_DEL
(
self
);
}
}
static
PyObject
*
static
PyObject
*
...
@@ -1559,7 +1559,7 @@ static void PermissionRole_dealloc(PermissionRole *self) {
...
@@ -1559,7 +1559,7 @@ static void PermissionRole_dealloc(PermissionRole *self) {
Py_XDECREF
(
self
->
ob_type
);
/* Extensionclass init incref'd */
Py_XDECREF
(
self
->
ob_type
);
/* Extensionclass init incref'd */
Py
Mem
_DEL
(
self
);
Py
Object
_DEL
(
self
);
}
}
...
@@ -1705,7 +1705,7 @@ static void imPermissionRole_dealloc(imPermissionRole *self) {
...
@@ -1705,7 +1705,7 @@ static void imPermissionRole_dealloc(imPermissionRole *self) {
Py_DECREF
(
self
->
ob_type
);
/* Extensionclass init incref'd */
Py_DECREF
(
self
->
ob_type
);
/* Extensionclass init incref'd */
Py
Mem
_DEL
(
self
);
Py
Object
_DEL
(
self
);
}
}
/*
/*
...
...
lib/python/ComputedAttribute/_ComputedAttribute.c
View file @
3feedb2c
...
@@ -54,7 +54,7 @@ CA_dealloc(CA *self)
...
@@ -54,7 +54,7 @@ CA_dealloc(CA *self)
{
{
Py_DECREF
(
self
->
callable
);
Py_DECREF
(
self
->
callable
);
Py_DECREF
(
self
->
ob_type
);
Py_DECREF
(
self
->
ob_type
);
Py
Mem
_DEL
(
self
);
Py
Object
_DEL
(
self
);
}
}
static
PyObject
*
static
PyObject
*
...
...
lib/python/DocumentTemplate/cDocumentTemplate.c
View file @
3feedb2c
...
@@ -84,7 +84,7 @@ InstanceDict_dealloc(InstanceDictobject *self)
...
@@ -84,7 +84,7 @@ InstanceDict_dealloc(InstanceDictobject *self)
Py_XDECREF
(
self
->
namespace
);
Py_XDECREF
(
self
->
namespace
);
Py_XDECREF
(
self
->
guarded_getattr
);
Py_XDECREF
(
self
->
guarded_getattr
);
Py_DECREF
(
self
->
ob_type
);
Py_DECREF
(
self
->
ob_type
);
Py
Mem
_DEL
(
self
);
Py
Object
_DEL
(
self
);
}
}
static
PyObject
*
static
PyObject
*
...
@@ -438,7 +438,7 @@ MM_dealloc(MM *self)
...
@@ -438,7 +438,7 @@ MM_dealloc(MM *self)
Py_XDECREF
(
self
->
data
);
Py_XDECREF
(
self
->
data
);
Py_XDECREF
(
self
->
dict
);
Py_XDECREF
(
self
->
dict
);
Py_DECREF
(
self
->
ob_type
);
Py_DECREF
(
self
->
ob_type
);
Py
Mem
_DEL
(
self
);
Py
Object
_DEL
(
self
);
}
}
static
PyObject
*
static
PyObject
*
...
@@ -514,7 +514,7 @@ static void
...
@@ -514,7 +514,7 @@ static void
DictInstance_dealloc
(
DictInstance
*
self
)
DictInstance_dealloc
(
DictInstance
*
self
)
{
{
Py_DECREF
(
self
->
data
);
Py_DECREF
(
self
->
data
);
Py
Mem
_DEL
(
self
);
Py
Object
_DEL
(
self
);
}
}
static
PyObject
*
static
PyObject
*
...
...
lib/python/Missing/_Missing.c
View file @
3feedb2c
...
@@ -32,7 +32,7 @@ static void
...
@@ -32,7 +32,7 @@ static void
Missing_dealloc
(
Missing
*
self
)
Missing_dealloc
(
Missing
*
self
)
{
{
Py_DECREF
(
self
->
ob_type
);
Py_DECREF
(
self
->
ob_type
);
Py
Mem
_DEL
(
self
);
Py
Object
_DEL
(
self
);
}
}
static
PyObject
*
static
PyObject
*
...
...
lib/python/MultiMapping/_MultiMapping.c
View file @
3feedb2c
...
@@ -130,7 +130,7 @@ MM_dealloc(MMobject *self)
...
@@ -130,7 +130,7 @@ MM_dealloc(MMobject *self)
{
{
Py_XDECREF
(
self
->
data
);
Py_XDECREF
(
self
->
data
);
Py_DECREF
(
self
->
ob_type
);
Py_DECREF
(
self
->
ob_type
);
Py
Mem
_DEL
(
self
);
Py
Object
_DEL
(
self
);
}
}
static
PyObject
*
static
PyObject
*
...
...
lib/python/Products/PluginIndexes/TextIndex/Splitter/ZopeSplitter/src/ZopeSplitter.c
View file @
3feedb2c
...
@@ -47,7 +47,7 @@ Splitter_dealloc(Splitter *self)
...
@@ -47,7 +47,7 @@ Splitter_dealloc(Splitter *self)
{
{
Py_XDECREF
(
self
->
text
);
Py_XDECREF
(
self
->
text
);
Py_XDECREF
(
self
->
synstop
);
Py_XDECREF
(
self
->
synstop
);
Py
Mem
_DEL
(
self
);
Py
Object
_DEL
(
self
);
}
}
static
int
static
int
...
...
lib/python/Record/_Record.c
View file @
3feedb2c
...
@@ -156,7 +156,7 @@ Record_dealloc(Record *self)
...
@@ -156,7 +156,7 @@ Record_dealloc(Record *self)
{
{
Record_deal
(
self
);
Record_deal
(
self
);
Py_DECREF
(
self
->
ob_type
);
Py_DECREF
(
self
->
ob_type
);
Py
Mem
_DEL
(
self
);
Py
Object
_DEL
(
self
);
}
}
static
PyObject
*
static
PyObject
*
...
...
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