mirror of
https://github.com/python/cpython.git
synced 2026-04-25 21:30:45 +00:00
gh-142186: Revert the unintended value change in the PY_MONITORING_EVENT_* values from gh-146182 (gh-148955)
https://github.com/python/cpython/pull/146182 left an unintended change in the `PY_MONITORING_*` macro values. This change reverts that part to avoid a user visible impact.
This commit is contained in:
parent
95559d2a7e
commit
db0ee44b93
1 changed files with 2 additions and 2 deletions
|
|
@ -29,9 +29,9 @@ extern "C" {
|
|||
/* Other events, mainly exceptions.
|
||||
* These can now be turned on and disabled on a per code object basis. */
|
||||
|
||||
#define PY_MONITORING_EVENT_PY_UNWIND 11
|
||||
#define PY_MONITORING_EVENT_RAISE 11
|
||||
#define PY_MONITORING_EVENT_EXCEPTION_HANDLED 12
|
||||
#define PY_MONITORING_EVENT_RAISE 13
|
||||
#define PY_MONITORING_EVENT_PY_UNWIND 13
|
||||
#define PY_MONITORING_EVENT_PY_THROW 14
|
||||
#define PY_MONITORING_EVENT_RERAISE 15
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue