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
The _io extension module is required to bootstrap Python, so we can safely use internal C APIs. We should use static inlined _PyModule_GetState instead of the slower PyModule_GetState.
The
_io
extension module is required to bootstrap Python, so we can safely use internal C APIs. We should use static inlined_PyModule_GetState
instead of the slowerPyModule_GetState
.Linked PRs
The text was updated successfully, but these errors were encountered: