summaryrefslogtreecommitdiffstats
path: root/Include/typeslots.h
diff options
context:
space:
mode:
Diffstat (limited to 'Include/typeslots.h')
-rw-r--r--Include/typeslots.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/Include/typeslots.h b/Include/typeslots.h
index 5800d01..506b055 100644
--- a/Include/typeslots.h
+++ b/Include/typeslots.h
@@ -1,12 +1,6 @@
/* Do not renumber the file; these numbers are part of the stable ABI. */
-#if defined(Py_LIMITED_API)
-/* Disabled, see #10181 */
-#undef Py_bf_getbuffer
-#undef Py_bf_releasebuffer
-#else
#define Py_bf_getbuffer 1
#define Py_bf_releasebuffer 2
-#endif
#define Py_mp_ass_subscript 3
#define Py_mp_length 4
#define Py_mp_subscript 5