STINNER Victor <vstin...@python.org> added the comment:

> Binary compatibility of an embedding-only struct is totally unnecessary, as 
> posted on the thread.

Well, I'm fine with removing PyConfig.struct_size right now. I wrote two PRs to 
remove it:

* PR 16500 (code)
* https://github.com/python/peps/pull/1185 (PEP)

We can still add a similar "version" ("struct_size" or whatever) field later 
*if* we want to provide a stable ABI for embedded Python.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue38326>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to