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
0865e3a2
Commit
0865e3a2
authored
Feb 01, 2002
by
matt@zope.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Merge from branch of cAccessControl fix
parent
f8abbc42
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
lib/python/AccessControl/cAccessControl.c
lib/python/AccessControl/cAccessControl.c
+4
-3
No files found.
lib/python/AccessControl/cAccessControl.c
View file @
0865e3a2
...
...
@@ -36,7 +36,7 @@
USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
$Id: cAccessControl.c,v 1.1
3 2002/01/11 17:14:27 evan
Exp $
$Id: cAccessControl.c,v 1.1
4 2002/02/01 18:08:10 matt
Exp $
If you have questions regarding this software,
contact:
...
...
@@ -1703,6 +1703,7 @@ static PyObject *imPermissionRole_of(imPermissionRole *self, PyObject *args) {
Py_DECREF
(
r
);
r
=
self
->
__roles__
;
if
(
r
==
NULL
)
goto
err
;
Py_INCREF
(
r
);
}
/*|
...
...
@@ -2076,7 +2077,7 @@ static struct PyMethodDef dtml_methods[] = {
void
initcAccessControl
(
void
)
{
PyObject
*
module
;
PyObject
*
dict
;
char
*
rev
=
"$Revision: 1.1
3
$"
;
char
*
rev
=
"$Revision: 1.1
4
$"
;
PURE_MIXIN_CLASS
(
RestrictedDTMLMixin
,
"A mix-in for derivatives of DT_String.String "
"that adds Zope security."
...
...
@@ -2097,7 +2098,7 @@ void initcAccessControl(void) {
module
=
Py_InitModule3
(
"cAccessControl"
,
cAccessControl_methods
,
"$Id: cAccessControl.c,v 1.1
3 2002/01/11 17:14:27 evan
Exp $
\n
"
);
"$Id: cAccessControl.c,v 1.1
4 2002/02/01 18:08:10 matt
Exp $
\n
"
);
aq_init
();
/* For Python <= 2.1.1, aq_init() should be after
Py_InitModule(). */
...
...
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