devguide icon indicating copy to clipboard operation
devguide copied to clipboard

Document how to use varargs in Argument Clinic

Open aisk opened this issue 1 year ago • 3 comments

This is related to https://github.com/python/cpython/issues/64490


📚 Documentation preview 📚: https://cpython-devguide--1277.org.readthedocs.build/

aisk avatar Feb 23 '24 14:02 aisk

Thanks for the review!

This might be higher up in the list.

Is it ok to move it below How to convert METH_O and METH_NOARGS functions?

Should **kwargs be documented too, possibly together with *args?

According to https://github.com/python/cpython/issues/64490, **kwargs is not supported by Argument Clinic.

aisk avatar Feb 25 '24 07:02 aisk