There was an error while loading. Please reload this page.
1 parent 5893aba commit b483beaCopy full SHA for b483bea
1 file changed
Doc/c-api/memory.rst
@@ -780,16 +780,6 @@ tracemalloc C API
780
781
If memory block is already tracked, update the existing trace.
782
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
793
.. c:function:: int PyTraceMalloc_Untrack(unsigned int domain, uintptr_t ptr)
794
795
Untrack an allocated memory block in the :mod:`tracemalloc` module.
0 commit comments