We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aaee11d commit b3466b5Copy full SHA for b3466b5
1 file changed
src/_xxhash.c
@@ -49,6 +49,10 @@
49
* On success, *owner is set to the object that owns the buffer
50
* (NULL if the arg itself supports the buffer protocol).
51
* Caller must PyBuffer_Release(buf) and Py_XDECREF(*owner). */
52
+#ifndef Py_ALWAYS_INLINE
53
+# define Py_ALWAYS_INLINE
54
+#endif
55
+
56
static Py_ALWAYS_INLINE int
57
_get_buffer_or_str(PyObject *obj, Py_buffer *buf, PyObject **owner)
58
{
0 commit comments