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 Nicolas Dessart
Recipients FFY00, Nicolas Dessart
Date 2021-07-23.09:26:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1627032379.26.0.944498171191.issue39632@roundup.psfhosted.org>
In-reply-to
Content
I've just rebased this PR but the CI builds failed (for unrelated reasons?).

That being said I think that this particular issue should mostly be resolved by bpo-41100 and PR-22855 in particular. My PR 18560 still brings the support for Ellipsis/... inside ctypes function arguments type list. This is nice because it allows ctypes to automatically perform the necessary type promotions even if a variadic function is called without extra arguments.

Since I've rebased my PR on top of bpo-41100 PRs, I had to resolve a few conflicts but didn't tried to limit the diff to the minimum (PR 18560 may be simplified).

https://bugs.python.org/issue41100
https://github.com/python/cpython/pull/22855
History
Date User Action Args
2021-07-23 09:26:19Nicolas Dessartsetrecipients: + Nicolas Dessart, FFY00
2021-07-23 09:26:19Nicolas Dessartsetmessageid: <1627032379.26.0.944498171191.issue39632@roundup.psfhosted.org>
2021-07-23 09:26:19Nicolas Dessartlinkissue39632 messages
2021-07-23 09:26:18Nicolas Dessartcreate