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
PyConfig_Set() sets PyInterpreterState.config and sys attributes (such as sys.flags), but it doesn't set global variables (such as Py_InspectFlag). It can lead to inconsistencies in C code using these deprecated global variables.
PyConfig_Set()setsPyInterpreterState.configandsysattributes (such assys.flags), but it doesn't set global variables (such asPy_InspectFlag). It can lead to inconsistencies in C code using these deprecated global variables.Linked PRs