File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -167,6 +167,10 @@ that return :term:`strong references <strong reference>`.
167167+-----------------------------------+-----------------------------------+
168168| :c:func: `PyImport_AddModule ` | :c:func: `PyImport_AddModuleRef ` |
169169+-----------------------------------+-----------------------------------+
170+ | :c:func: `PyCell_GET ` | :c:func: `PyCell_Get ` |
171+ +-----------------------------------+-----------------------------------+
172+ | :c:func: `PyCell_SET ` | :c:func: `PyCell_Set ` |
173+ +-----------------------------------+-----------------------------------+
170174
171175Not all APIs that return borrowed references are problematic. For
172176example, :c:func: `PyTuple_GetItem ` is safe because tuples are immutable.
You can’t perform that action at this time.
0 commit comments