mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
bpo-31857: Make the behavior of USE_STACKCHECK deterministic (#4098)
This commit is contained in:
parent
32318930da
commit
1896793520
6 changed files with 15 additions and 11 deletions
|
@ -151,6 +151,8 @@ typedef struct _ts {
|
|||
to handle the runtime error. */
|
||||
char recursion_critical; /* The current calls must not cause
|
||||
a stack overflow. */
|
||||
int stackcheck_counter;
|
||||
|
||||
/* 'tracing' keeps track of the execution depth when tracing/profiling.
|
||||
This is to prevent the actual trace/profile code from being recorded in
|
||||
the trace/profile. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue