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
3b37a997
Commit
3b37a997
authored
Dec 26, 2000
by
Jim Fulton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added comment re the PMethod alias.
parent
52026276
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
lib/Components/ExtensionClass/ExtensionClass.h
lib/Components/ExtensionClass/ExtensionClass.h
+2
-2
lib/Components/ExtensionClass/src/ExtensionClass.h
lib/Components/ExtensionClass/src/ExtensionClass.h
+2
-2
No files found.
lib/Components/ExtensionClass/ExtensionClass.h
View file @
3b37a997
/*
$Id: ExtensionClass.h,v 1.1
5 2000/05/16 17:13:57
jim Exp $
$Id: ExtensionClass.h,v 1.1
6 2000/12/26 15:17:59
jim Exp $
Extension Class Definitions
...
...
@@ -424,7 +424,7 @@ typedef struct {
PyTypeObject
*
type
;
PyObject
*
self
;
PyObject
*
meth
;
}
PyECMethodObject
;
}
PyECMethodObject
;
/* AKA PMethod */
/* The following is to avoid whining from 1.5 :-) */
#define PyCObject_Import PyCObject_Import14
...
...
lib/Components/ExtensionClass/src/ExtensionClass.h
View file @
3b37a997
/*
$Id: ExtensionClass.h,v 1.1
5 2000/05/16 17:13:57
jim Exp $
$Id: ExtensionClass.h,v 1.1
6 2000/12/26 15:17:59
jim Exp $
Extension Class Definitions
...
...
@@ -424,7 +424,7 @@ typedef struct {
PyTypeObject
*
type
;
PyObject
*
self
;
PyObject
*
meth
;
}
PyECMethodObject
;
}
PyECMethodObject
;
/* AKA PMethod */
/* The following is to avoid whining from 1.5 :-) */
#define PyCObject_Import PyCObject_Import14
...
...
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