8000 Update doc/source/reference/c-api/data_memory.rst · numpy/numpy@81aa86e · GitHub
[go: up one dir, main page]

Skip to content

Commit 81aa86e

Browse files
eendebakptseberg
andauthored
Update doc/source/reference/c-api/data_memory.rst
Co-authored-by: Sebastian Berg <sebastian@sipsolutions.net>
1 parent 34e5e02 commit 81aa86e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/source/reference/c-api/data_memory.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,8 @@ For details see: :ref:`NEP 49 — Data allocation strategies <NEP49>`.
8989
return ``NULL`` if an error has occurred. We wrap the user-provided functions
9090
so they will still call the python and numpy memory management callback
9191
hooks.
92-
The handlers are stored in a Python context variable (see https://docs.python.org/3/library/contextvars.html),
92+
The handlers are stored in a Python context variable
93+
(see https://docs.python.org/3/library/contextvars.html),
9394
so there can be multiple handlers in a Python session.
9495
9596
.. c:function:: PyObject * PyDataMem_GetHandler()

0 commit comments

Comments
 (0)
0