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
PEP 803 was accepted. This means Python 3.15t will get support for limited-API/stable ABI.
I'll need to adapt CPythonLimitedAPI to reflect this. Crucially, I might need to introduce finer CPythonABI3 and CPythonABI3T classes.
PEP 803 was accepted. This means Python 3.15t will get support for limited-API/stable ABI.
I'll need to adapt
CPythonLimitedAPIto reflect this. Crucially, I might need to introduce finerCPythonABI3andCPythonABI3Tclasses.