You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Address review: use wrapper functions instead of low-level accessors
Use _Py_IsCoreInitialized() in preconfig.c and Py_IsInitialized() in
Py_InitializeEx(), removing the unnecessary runtime local variable.
Thanks picnixz!
0 commit comments