mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
GH-108716: Turn off deep-freezing of code objects. (GH-108722)
This commit is contained in:
parent
00cf626cd4
commit
15d4c9fabc
15 changed files with 50 additions and 86 deletions
|
|
@ -186,6 +186,7 @@ struct _is {
|
|||
_PyOptimizerObject *optimizer;
|
||||
uint16_t optimizer_resume_threshold;
|
||||
uint16_t optimizer_backedge_threshold;
|
||||
uint32_t next_func_version;
|
||||
|
||||
_Py_GlobalMonitors monitors;
|
||||
bool f_opcode_trace_set;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue