[issue37140] ctypes change made clang fail to build

Paul Monson report at bugs.python.org
Wed Jun 12 13:57:26 EDT 2019


Paul Monson <paulmons at gmail.com> added the comment:

I did some reading about parameter passing and it's still not clear to me whether https://bugs.python.org/issue37140 is a bug in CPython or whether the clang bindings were relying on incorrect parameter passing behavior to work.

The change in https://github.com/python/cpython/pull/13796 restores the previous behavior where Windows and non-Windows builds pass structs differently.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37140>
_______________________________________


More information about the Python-bugs-list mailing list