Hi,
I never used Cython, so I'm not the good candidate to explain when Cython is appropriate: for which kind of use cases. Is there any volunteer to fill the https://pythoncapi.readthedocs.io/cython.html page?
Maybe Stefan Behnel? :-)
Victor Le mar. 31 juil. 2018 à 18:01, Eric Snow <ericsnowcurrently@gmail.com> a écrit :
Not that long ago Brett, Barry, and I were talking about how to get extension authors to move away from the C-API. Cython is the obvious choice, but it isn't an official tool nor does it necessarily make sense to make it one. Regardless, it would help all parties involved if there *were* an official tool that was part of CPython (i.e. in the repo). Cython could build on top of it and extension authors would be encouraged to use it or Cython. If such a thing makes sense, I figure we would follow the pattern set by asyncio (relative to twisted).
-eric
capi-sig mailing list -- capi-sig@python.org To unsubscribe send an email to capi-sig-leave@python.org