[issue47208] Support libffi implementations that cannot support invocations with 1024 arguments

Hood Chatham report at bugs.python.org
Mon Apr 4 15:07:48 EDT 2022


Hood Chatham <roberthoodchatham at gmail.com> added the comment:

Ideally the library should be able to define a different macro, e.g., CTYPES_CUSTOM_MAX_ARGCOUNT. This way the libffi port can define CTYPES_CUSTOM_MAX_ARGCOUNT and it will be compatible with older Python versions without causing Warning: "CTYPES_MAX_ARGCOUNT redefined`.

----------

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


More information about the Python-bugs-list mailing list