mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
GH-108390: Prevent non-local events being set with sys.monitoring.set_local_events() (GH-108420)
This commit is contained in:
parent
04a0830b00
commit
5a2a046151
7 changed files with 143 additions and 74 deletions
|
|
@ -187,7 +187,7 @@ struct _is {
|
|||
uint16_t optimizer_resume_threshold;
|
||||
uint16_t optimizer_backedge_threshold;
|
||||
|
||||
_Py_Monitors monitors;
|
||||
_Py_GlobalMonitors monitors;
|
||||
bool f_opcode_trace_set;
|
||||
bool sys_profile_initialized;
|
||||
bool sys_trace_initialized;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue