mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
GH-109369: Merge all eval-breaker flags and monitoring version into one word. (GH-109846)
This commit is contained in:
parent
7c149a76b2
commit
bf4bc36069
13 changed files with 188 additions and 234 deletions
|
|
@ -67,8 +67,7 @@ struct _is {
|
|||
int _initialized;
|
||||
int finalizing;
|
||||
|
||||
uint64_t monitoring_version;
|
||||
uint64_t last_restart_version;
|
||||
uintptr_t last_restart_version;
|
||||
struct pythreads {
|
||||
uint64_t next_unique_id;
|
||||
/* The linked list of threads, newest first. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue