Nicolas Dessart <nicolas.dess...@gmail.com> added the comment:

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

----------
versions: +Python 3.10, Python 3.11

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue39632>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to