Message361626
"static inline" functions are not opaque - as they get inlined into 3rd-party compiled code, we can't change anything they reference, and so the structure layout is still fixed and has to be visible to the user's compiler.
I'm not totally against the changes, but it's worth pointing out that you aren't achieving what the issue title claims, so it's really just code cleanliness (and/or introducing macro-users to static inline functions ;) ). |
|
Date |
User |
Action |
Args |
2020-02-08 12:08:44 | steve.dower | set | recipients:
+ steve.dower, nascheme, vstinner, serhiy.storchaka |
2020-02-08 12:08:44 | steve.dower | set | messageid: <1581163724.6.0.326604782021.issue39573@roundup.psfhosted.org> |
2020-02-08 12:08:44 | steve.dower | link | issue39573 messages |
2020-02-08 12:08:44 | steve.dower | create | |
|