Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
189c0916
Commit
189c0916
authored
Jan 06, 2011
by
Martin v. Löwis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Drop bf_getbuffer/bf_releasebuffer from stable ABI,
see #10181.
parent
a572476a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
5 deletions
+7
-5
Include/typeslots.h
Include/typeslots.h
+4
-2
Objects/typeslots.inc
Objects/typeslots.inc
+3
-3
No files found.
Include/typeslots.h
View file @
189c0916
#define Py_bf_getbuffer 1
#define Py_bf_releasebuffer 2
/* Do not renumber the file; these numbers are part of the stable ABI. */
/* Disabled, see #10181 */
#undef Py_bf_getbuffer
#undef Py_bf_releasebuffer
#define Py_mp_ass_subscript 3
#define Py_mp_length 4
#define Py_mp_subscript 5
...
...
Objects/typeslots.inc
View file @
189c0916
/* Generated by typeslots.py $Revision: 87
011
$ */
offsetof
(
PyHeapTypeObject
,
as_buffer
.
bf_getbuffer
)
,
offsetof
(
PyHeapTypeObject
,
as_buffer
.
bf_releasebuffer
)
,
/* Generated by typeslots.py $Revision: 87
806
$ */
0
,
0
,
offsetof
(
PyHeapTypeObject
,
as_mapping
.
mp_ass_subscript
),
offsetof
(
PyHeapTypeObject
,
as_mapping
.
mp_length
),
offsetof
(
PyHeapTypeObject
,
as_mapping
.
mp_subscript
),
...
...
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