mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
GH-137623: Use an AC decorator for docstring line length enforcement (#137690)
This commit is contained in:
parent
0324c726de
commit
918e3ba6c0
76 changed files with 569 additions and 570 deletions
|
|
@ -302,6 +302,7 @@ pwd_getpwnam_impl(PyObject *module, PyObject *name)
|
|||
|
||||
#ifdef HAVE_GETPWENT
|
||||
/*[clinic input]
|
||||
@permit_long_summary
|
||||
pwd.getpwall
|
||||
|
||||
Return a list of all available password database entries, in arbitrary order.
|
||||
|
|
@ -311,7 +312,7 @@ See help(pwd) for more on password database entries.
|
|||
|
||||
static PyObject *
|
||||
pwd_getpwall_impl(PyObject *module)
|
||||
/*[clinic end generated code: output=4853d2f5a0afac8a input=d7ecebfd90219b85]*/
|
||||
/*[clinic end generated code: output=4853d2f5a0afac8a input=f8145e0d9a79e32c]*/
|
||||
{
|
||||
PyObject *d;
|
||||
struct passwd *p;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue