8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34e5e02 commit 81aa86eCopy full SHA for 81aa86e
doc/source/reference/c-api/data_memory.rst
@@ -89,7 +89,8 @@ For details see: :ref:`NEP 49 — Data allocation strategies <NEP49>`.
89
return ``NULL`` if an error has occurred. We wrap the user-provided functions
90
so they will still call the python and numpy memory management callback
91
hooks.
92
- The handlers are stored in a Python context variable (see https://docs.python.org/3/library/contextvars.html),
+ The handlers are stored in a Python context variable
93
+ (see https://docs.python.org/3/library/contextvars.html),
94
so there can be multiple handlers in a Python session.
95
96
.. c:function:: PyObject * PyDataMem_GetHandler()
0 commit comments