1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
commit 6ba4cf3fae7226234efad3a812bcb4737d4b72e5
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date: Mon Oct 16 10:27:08 2023 +0200
Python: Also set Py_LIMITED_API
commit 0123533c013abdf03a8cbd113f77a8bfbf231083
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date: Mon Oct 16 09:31:36 2023 +0200
python: Tell setuptools about using the limited API
commit 12a6d1ca278a07920f0510efb099a0541a4d0239
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date: Sun Oct 8 21:24:10 2023 +0200
Make cython use only the stable ABI
So that we can build bindings across different python versions.
|