4 Dec
2020
4 Dec
'20
4:47 p.m.
On 2020-12-04, Victor Stinner wrote:
I wrote a new script which adds Python 3.10 support to your C extensions without losing Python 3.6 support:
A compatibility shim like this is a good idea. Thanks for making it.
Would it make sense to have a recipe to add this to setup.py? That way, an extension could automatically work with a newly released version of CPython (e.g. by getting pythoncapi_compat at build time).