Steve Dower <steve.do...@python.org> added the comment:

"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 ;) ).

----------
nosy: +steve.dower

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

Reply via email to