bpo-47208: Allow vendors to override CTYPES_MAX_ARGCOUNT (GH-32297) by tiran · Pull Request #32297 · python/cpython
Conversation
tiran
changed the title
bpo-47208: Allow vendors to override CTYPES_MAX_ARGCOUNT
bpo-47208: Allow vendors to override CTYPES_MAX_ARGCOUNT (GH-32297)
tiran
deleted the
bpo-47208-ctypes-max-argcount
branch
Ideally the library should be able to define a different macro, e.g., CTYPES_CUSTOM_MAX_ARGCOUNT. This way libffi can define this and it is backwards compatible to older Python versions without causing Warning: "CTYPES_MAX_ARGCOUNT redefined`.
hoodmane
mannequin
mentioned this pull request
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters