devguide
devguide copied to clipboard
Document how to use varargs in Argument Clinic
This is related to https://github.com/python/cpython/issues/64490
📚 Documentation preview 📚: https://cpython-devguide--1277.org.readthedocs.build/
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
**kwargsbe documented too, possibly together with*args?
According to https://github.com/python/cpython/issues/64490, **kwargs is not supported by Argument Clinic.