We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4367cb commit 841e683Copy full SHA for 841e683
Include/cpython/context.h
@@ -28,11 +28,6 @@ PyAPI_FUNC(int) PyContext_Enter(PyObject *);
28
PyAPI_FUNC(int) PyContext_Exit(PyObject *);
29
30
typedef enum {
31
- /*
32
- * The current context has switched to a different context. The object
33
- * passed to the watch callback is the now-current contextvars.Context
34
- * object, or None if no context is current.
35
- */
36
Py_CONTEXT_SWITCHED = 1,
37
} PyContextEvent;
38
0 commit comments