Skip to content

Commit b483bea

Browse files
gh-155725: Revert Doc/c-api/memory.rst changes
1 parent 5893aba commit b483bea

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

Doc/c-api/memory.rst

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -780,16 +780,6 @@ tracemalloc C API
780780
781781
If memory block is already tracked, update the existing trace.
782782
783-
The function can be called from any thread, with or without an
784-
:term:`attached thread state`. The traceback is captured using the
785-
Python thread state associated with the calling thread, even if it is
786-
not attached. If the thread has no Python thread state, the traceback
787-
is recorded as ``<unknown>``.
788-
789-
.. versionchanged:: next
790-
The function no longer acquires the :term:`GIL` nor creates a
791-
temporary thread state.
792-
793783
.. c:function:: int PyTraceMalloc_Untrack(unsigned int domain, uintptr_t ptr)
794784
795785
Untrack an allocated memory block in the :mod:`tracemalloc` module.

0 commit comments

Comments
 (0)