mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
parent
a572476a2a
commit
189c091612
2 changed files with 7 additions and 5 deletions
|
@ -1,5 +1,7 @@
|
|||
#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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue