Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
zope-container
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
Boxiang Sun
zope-container
Commits
7e8338cf
Commit
7e8338cf
authored
Mar 17, 2014
by
Tres Seaver
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix compiler warning->error under Python 3.4.
parent
321e5a44
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/zope/container/_zope_container_contained.c
src/zope/container/_zope_container_contained.c
+2
-2
No files found.
src/zope/container/_zope_container_contained.c
View file @
7e8338cf
...
...
@@ -297,6 +297,8 @@ MOD_INIT(_zope_container_contained)
{
PyObject
*
m
;
MOD_DEF
(
m
,
"_zope_container_contained"
,
module___doc__
,
module_functions
);
str_p_deactivate
=
MAKE_PYSTRING
(
"_p_deactivate"
);
if
(
str_p_deactivate
==
NULL
)
return
MOD_ERROR_VAL
;
...
...
@@ -304,8 +306,6 @@ MOD_INIT(_zope_container_contained)
/* Try to fake out compiler nag function */
if
(
0
)
init_zope_proxy_proxy
();
MOD_DEF
(
m
,
"_zope_container_contained"
,
module___doc__
,
module_functions
);
if
(
m
==
NULL
)
return
MOD_ERROR_VAL
;
...
...
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