Message353620
> 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. |
|
| Date |
User |
Action |
Args |
| 2019-09-30 20:33:03 | vstinner | set | recipients:
+ vstinner, twouters, ncoghlan, lukasz.langa, steve.dower |
| 2019-09-30 20:33:03 | vstinner | set | messageid: <[email protected]> |
| 2019-09-30 20:33:03 | vstinner | link | issue38326 messages |
| 2019-09-30 20:33:03 | vstinner | create | |
|