mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
gh-96002: Add functional test for Argument Clinic (#96178)
Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com> Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
This commit is contained in:
parent
653e563d80
commit
c450c8c9ed
12 changed files with 3695 additions and 1 deletions
|
@ -480,6 +480,8 @@ _PyUnicode_InitStaticStrings(void) {
|
|||
PyUnicode_InternInPlace(&string);
|
||||
string = &_Py_ID(bytes_per_sep);
|
||||
PyUnicode_InternInPlace(&string);
|
||||
string = &_Py_ID(c);
|
||||
PyUnicode_InternInPlace(&string);
|
||||
string = &_Py_ID(c_call);
|
||||
PyUnicode_InternInPlace(&string);
|
||||
string = &_Py_ID(c_exception);
|
||||
|
@ -578,6 +580,8 @@ _PyUnicode_InitStaticStrings(void) {
|
|||
PyUnicode_InternInPlace(&string);
|
||||
string = &_Py_ID(cwd);
|
||||
PyUnicode_InternInPlace(&string);
|
||||
string = &_Py_ID(d);
|
||||
PyUnicode_InternInPlace(&string);
|
||||
string = &_Py_ID(data);
|
||||
PyUnicode_InternInPlace(&string);
|
||||
string = &_Py_ID(database);
|
||||
|
@ -632,6 +636,8 @@ _PyUnicode_InitStaticStrings(void) {
|
|||
PyUnicode_InternInPlace(&string);
|
||||
string = &_Py_ID(duration);
|
||||
PyUnicode_InternInPlace(&string);
|
||||
string = &_Py_ID(e);
|
||||
PyUnicode_InternInPlace(&string);
|
||||
string = &_Py_ID(effective_ids);
|
||||
PyUnicode_InternInPlace(&string);
|
||||
string = &_Py_ID(element_factory);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue