On Mon, 30 Sep 2019 22:43:40 +0200
Victor Stinner <vstin...@python.org> wrote:
> Hi back,
> 
> It seems like "config.struct_size = sizeof(PyConfig);" syntax is "not
> really liked".
> 
> I don't see any traction to provide a stable ABI for embedded Python.

Not at the last minute in a rc1, I'd say :-)

I think if you wanted to make the PyConfig apt at providing
ABI-stability, you should have designed it differently.
`PyType_FromSpec` provides a useful model (pass an arbitrary-sized
static array of field initializers).

Regards

Antoine.

_______________________________________________
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-le...@python.org
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at 
https://mail.python.org/archives/list/python-dev@python.org/message/FJ2CT5ISRMH4PGI22VTU3JSUJ7AFSYLE/

Reply via email to