This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author christian.heimes
Recipients amaury.forgeotdarc, belopolsky, christian.heimes, hoodchatham, meador.inge
Date 2022-04-04.17:15:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1649092519.1.0.487113481925.issue47208@roundup.psfhosted.org>
In-reply-to
Content
GH-32297 adds #ifndef CTYPES_MAX_ARGCOUNT and exposes the constant in the _ctypes extension module, so the test case can use the constant. It allows you to override CTYPES_MAX_ARGCOUNT until libffi upstream agrees on FFI_MAX_CLOSURE_ARGS.
History
Date User Action Args
2022-04-04 17:15:19christian.heimessetrecipients: + christian.heimes, amaury.forgeotdarc, belopolsky, meador.inge, hoodchatham
2022-04-04 17:15:19christian.heimessetmessageid: <1649092519.1.0.487113481925.issue47208@roundup.psfhosted.org>
2022-04-04 17:15:19christian.heimeslinkissue47208 messages
2022-04-04 17:15:19christian.heimescreate