File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ returned by :c:func:`PyObject_Malloc` for allocating memory for buffers.
111
111
However, in the free-threaded build, Python objects must be allocated through :c:func: `PyObject_Malloc `.
112
112
Non-Python objects must not be allocated this function, for example, it is currently acceptable to
113
113
allocate buffers(non-Python objects) through :c:func: `PyObject_Malloc `; that will no longer be allowed
114
- and buffers should instead be allocated through :c:func: `PyMem_Malloc `, :c:func: `PyMem_RawMalloc `, or :c:func: `malloc `..
114
+ and buffers should instead be allocated through :c:func: `PyMem_Malloc `, :c:func: `PyMem_RawMalloc `, or :c:func: `malloc `.
115
115
116
116
The three allocation domains are:
117
117
You can’t perform that action at this time.
0 commit comments