mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
Issue #23944: Argument Clinic now wraps long impl prototypes at column 78.
This commit is contained in:
parent
687592def9
commit
89964c48d1
38 changed files with 537 additions and 280 deletions
|
@ -133,8 +133,10 @@ not given, ValueError is raised.
|
|||
[clinic start generated code]*/
|
||||
|
||||
static PyObject *
|
||||
unicodedata_UCD_decimal_impl(PreviousDBVersion *self, PyUnicodeObject *unichr, PyObject *default_value)
|
||||
/*[clinic end generated code: output=d285215533b58b28 input=c25c9d2b4de076b1]*/
|
||||
unicodedata_UCD_decimal_impl(PreviousDBVersion *self,
|
||||
PyUnicodeObject *unichr,
|
||||
PyObject *default_value)
|
||||
/*[clinic end generated code: output=bf853108f246ba19 input=c25c9d2b4de076b1]*/
|
||||
{
|
||||
int have_old = 0;
|
||||
long rc;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue