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 pdmccormick
Recipients larry, ncoghlan, pdmccormick, serhiy.storchaka, yselivanov, zach.ware
Date 2015-04-16.07:04:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
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)")
History
Date User Action Args
2015-04-16 07:04:11pdmccormicksetrecipients: + pdmccormick, ncoghlan, larry, zach.ware, serhiy.storchaka, yselivanov
2015-04-16 07:04:11pdmccormicksetmessageid: <[email protected]>
2015-04-16 07:04:11pdmccormicklinkissue23967 messages
2015-04-16 07:04:11pdmccormickcreate