We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
PY_MONITORING_EVENT_*
1 parent 95559d2 commit db0ee44Copy full SHA for db0ee44
1 file changed
Include/cpython/monitoring.h
@@ -29,9 +29,9 @@ extern "C" {
29
/* Other events, mainly exceptions.
30
* These can now be turned on and disabled on a per code object basis. */
31
32
-#define PY_MONITORING_EVENT_PY_UNWIND 11
+#define PY_MONITORING_EVENT_RAISE 11
33
#define PY_MONITORING_EVENT_EXCEPTION_HANDLED 12
34
-#define PY_MONITORING_EVENT_RAISE 13
+#define PY_MONITORING_EVENT_PY_UNWIND 13
35
#define PY_MONITORING_EVENT_PY_THROW 14
36
#define PY_MONITORING_EVENT_RERAISE 15
37
0 commit comments