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
There was a change in the CPython c-api to change `Py_TYPE` from a
macro to an inline
function (python/cpython#20290). This
requires a change to using `Py_SET_TYPE` which was introduced on
py39a4.
0 commit comments