[issue38326] Concerns with the last minute changes to the PEP 587 API

STINNER Victor report at bugs.python.org
Mon Sep 30 16:33:03 EDT 2019


STINNER Victor <vstinner at 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 <report at bugs.python.org>
<https://bugs.python.org/issue38326>
_______________________________________


More information about the Python-bugs-list mailing list