mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
GH-99205: remove _static field from PyThreadState and PyInterpreterState (GH-99385)
This commit is contained in:
parent
e874c2f198
commit
dc3e4350a5
4 changed files with 6 additions and 18 deletions
|
|
@ -116,9 +116,6 @@ struct _is {
|
|||
int _initialized;
|
||||
int finalizing;
|
||||
|
||||
/* Was this interpreter statically allocated? */
|
||||
bool _static;
|
||||
|
||||
struct _ceval_state ceval;
|
||||
struct _gc_runtime_state gc;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue