[Python-Dev] Re: PEP: Modify the C API to hide implementation details

2020-04-13 Thread Chris Meyer
> On Apr 13, 2020, at 11:26 AM, Daniel Holth wrote: > > Was it regular cffi or cffi's embedding API, which is used a bit differently > than regular cffi, that "seems to only solve a fraction of the problem"? Was > just playing around with the embedding API and was impressed. > > In Python: >

[Python-Dev] Re: PEP: Modify the C API to hide implementation details

2020-04-13 Thread Chris Meyer
> On Apr 13, 2020, at 5:25 AM, Paul Moore wrote: > > On a related but different note, what is the recommended policy > (assuming it's not to use the C API) for embedding Python, and for > exposing the embedding app to Python as a C extension? My standard > example of this is the Vim interface to