Re: [Python-Dev] Experiment an opt-in new C API for Python? (leave current API unchanged)

2018年11月19日 10:16:41 -0800

On 2018年11月19日, Victor Stinner wrote:
> Moreover, I failed to find anyone who can explain me how the C API
> is used in the wild, which functions are important or not, what is
> the C API, etc.
One idea is to download a large sample of extension modules from
PyPI and then analyze them with some automated tool (maybe
libclang). I guess it is possible there is a large non-public set
of extensions that we would miss.
Regards,
 Neil
_______________________________________________
Python-Dev mailing list
[email protected]
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to