mirror of
https://github.com/python/cpython.git
synced 2025-11-03 07:01:21 +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
|
|
@ -2715,6 +2715,7 @@ code_branchesiterator(PyObject *self, PyObject *Py_UNUSED(args))
|
|||
}
|
||||
|
||||
/*[clinic input]
|
||||
@permit_long_summary
|
||||
@text_signature "($self, /, **changes)"
|
||||
code.replace
|
||||
|
||||
|
|
@ -2751,7 +2752,7 @@ code_replace_impl(PyCodeObject *self, int co_argcount,
|
|||
PyObject *co_filename, PyObject *co_name,
|
||||
PyObject *co_qualname, PyObject *co_linetable,
|
||||
PyObject *co_exceptiontable)
|
||||
/*[clinic end generated code: output=e75c48a15def18b9 input=a455a89c57ac9d42]*/
|
||||
/*[clinic end generated code: output=e75c48a15def18b9 input=e944fdac8b456114]*/
|
||||
{
|
||||
#define CHECK_INT_ARG(ARG) \
|
||||
if (ARG < 0) { \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue