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
If the type is new and a version tag hasn't yet been assigned, we would
fail to specialize it. Use `_PyType_LookupRefAndVersion()` instead of
`type_get_version()`, which will assign a version.
0 commit comments