diff options
Diffstat (limited to 'Doc/c-api/contextvars.rst')
-rw-r--r-- | Doc/c-api/contextvars.rst | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Doc/c-api/contextvars.rst b/Doc/c-api/contextvars.rst index 38256a3..9c08881 100644 --- a/Doc/c-api/contextvars.rst +++ b/Doc/c-api/contextvars.rst @@ -101,11 +101,6 @@ Context object management functions: current context for the current thread. Returns ``0`` on success, and ``-1`` on error. -.. c:function:: int PyContext_ClearFreeList() - - Clear the context variable free list. Return the total number of - freed items. This function always succeeds. - Context variable functions: |