Message 241205 - Python tracker (original) (raw)

I missed the fact that Larry's patch obviates the need for the builtins. prefix, shortening the Argument Clinic parameter specification into:

backlog: int(py_default="min(SOMAXCONN, 128)", c_default="Py_MIN(SOMAXCONN, 128)")