GH-99205: remove _static field from PyThreadState and PyInterpreterState (GH-99385)

This commit is contained in:
Kumar Aditya 2022-11-15 06:05:37 +05:30 committed by GitHub
parent e874c2f198
commit dc3e4350a5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 18 deletions

View file

@ -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;