@@ -5537,8 +5537,8 @@ test_deprecate_positional_pos1_len1_optional(PyObject *module, PyObject *const *
5537
5537
#endif
5538
5538
if (nargs == 2 ) {
5539
5539
if (PyErr_WarnEx (PyExc_DeprecationWarning ,
5540
- "Passing 2 positional arguments to " \
5541
- "test_deprecate_positional_pos1_len1_optional() is deprecated. " \
5540
+ "Passing 2 positional arguments to "
5541
+ "test_deprecate_positional_pos1_len1_optional() is deprecated. "
5542
5542
"Parameter 'b' will become a keyword-only parameter in Python 3.14." , 1 ))
5543
5543
{
5544
5544
goto exit ;
@@ -5562,7 +5562,7 @@ test_deprecate_positional_pos1_len1_optional(PyObject *module, PyObject *const *
5562
5562
static PyObject *
5563
5563
test_deprecate_positional_pos1_len1_optional_impl (PyObject * module ,
5564
5564
PyObject * a , PyObject * b )
5565
- /*[clinic end generated code: output=8ff8fda7f3f10aa6 input=89099f3dacd757da]*/
5565
+ /*[clinic end generated code: output=862743ccf359e467 input=89099f3dacd757da]*/
5566
5566
5567
5567
5568
5568
/*[clinic input]
@@ -5634,8 +5634,8 @@ test_deprecate_positional_pos1_len1(PyObject *module, PyObject *const *args, Py_
5634
5634
#endif
5635
5635
if (nargs == 2 ) {
5636
5636
if (PyErr_WarnEx (PyExc_DeprecationWarning ,
5637
- "Passing 2 positional arguments to " \
5638
- "test_deprecate_positional_pos1_len1() is deprecated. Parameter 'b' " \
5637
+ "Passing 2 positional arguments to "
5638
+ "test_deprecate_positional_pos1_len1() is deprecated. Parameter 'b' "
5639
5639
"will become a keyword-only parameter in Python 3.14." , 1 ))
5640
5640
{
5641
5641
goto exit ;
@@ -5655,7 +5655,7 @@ test_deprecate_positional_pos1_len1(PyObject *module, PyObject *const *args, Py_
5655
5655
static PyObject *
5656
5656
test_deprecate_positional_pos1_len1_impl (PyObject * module , PyObject * a ,
5657
5657
PyObject * b )
5658
- /*[clinic end generated code: output=170fe98f2d6e2711 input=1702bbab1e9b3b99]*/
5658
+ /*[clinic end generated code: output=a2963e60fc291de7 input=1702bbab1e9b3b99]*/
5659
5659
5660
5660
5661
5661
/*[clinic input]
@@ -5733,9 +5733,9 @@ test_deprecate_positional_pos1_len2_with_kwd(PyObject *module, PyObject *const *
5733
5733
#endif
5734
5734
if (nargs > 1 && nargs <= 3 ) {
5735
5735
if (PyErr_WarnEx (PyExc_DeprecationWarning ,
5736
- "Passing more than 1 positional argument to " \
5737
- "test_deprecate_positional_pos1_len2_with_kwd() is deprecated. " \
5738
- "Parameters 'b' and 'c' will become keyword-only parameters in Python " \
5736
+ "Passing more than 1 positional argument to "
5737
+ "test_deprecate_positional_pos1_len2_with_kwd() is deprecated. "
5738
+ "Parameters 'b' and 'c' will become keyword-only parameters in Python "
5739
5739
"3.14." , 1 ))
5740
5740
{
5741
5741
goto exit ;
@@ -5758,7 +5758,7 @@ static PyObject *
5758
5758
test_deprecate_positional_pos1_len2_with_kwd_impl (PyObject * module ,
5759
5759
PyObject * a , PyObject * b ,
5760
5760
PyObject * c , PyObject * d )
5761
- /*[clinic end generated code: output=b4c0595ec15619a3 input=28cdb885f6c34eab]*/
5761
+ /*[clinic end generated code: output=277f633ed6d46e75 input=28cdb885f6c34eab]*/
5762
5762
5763
5763
5764
5764
/*[clinic input]
@@ -5827,8 +5827,8 @@ test_deprecate_positional_pos0_len1(PyObject *module, PyObject *const *args, Py_
5827
5827
#endif
5828
5828
if (nargs == 1 ) {
5829
5829
if (PyErr_WarnEx (PyExc_DeprecationWarning ,
5830
- "Passing positional arguments to test_deprecate_positional_pos0_len1() " \
5831
- "is deprecated. Parameter 'a' will become a keyword-only parameter in " \
5830
+ "Passing positional arguments to test_deprecate_positional_pos0_len1() "
5831
+ "is deprecated. Parameter 'a' will become a keyword-only parameter in "
5832
5832
"Python 3.14." , 1 ))
5833
5833
{
5834
5834
goto exit ;
@@ -5846,7 +5846,7 @@ test_deprecate_positional_pos0_len1(PyObject *module, PyObject *const *args, Py_
5846
5846
5847
5847
static PyObject *
5848
5848
test_deprecate_positional_pos0_len1_impl (PyObject * module , PyObject * a )
5849
- /*[clinic end generated code: output=e8df4559523e16f4 input=678206db25c0652c]*/
5849
+ /*[clinic end generated code: output=05d36044c05396e0 input=678206db25c0652c]*/
5850
5850
5851
5851
5852
5852
/*[clinic input]
@@ -5918,8 +5918,8 @@ test_deprecate_positional_pos0_len2(PyObject *module, PyObject *const *args, Py_
5918
5918
#endif
5919
5919
if (nargs > 0 && nargs <= 2 ) {
5920
5920
if (PyErr_WarnEx (PyExc_DeprecationWarning ,
5921
- "Passing positional arguments to test_deprecate_positional_pos0_len2() " \
5922
- "is deprecated. Parameters 'a' and 'b' will become keyword-only " \
5921
+ "Passing positional arguments to test_deprecate_positional_pos0_len2() "
5922
+ "is deprecated. Parameters 'a' and 'b' will become keyword-only "
5923
5923
"parameters in Python 3.14." , 1 ))
5924
5924
{
5925
5925
goto exit ;
@@ -5939,7 +5939,7 @@ test_deprecate_positional_pos0_len2(PyObject *module, PyObject *const *args, Py_
5939
5939
static PyObject *
5940
5940
test_deprecate_positional_pos0_len2_impl (PyObject * module , PyObject * a ,
5941
5941
PyObject * b )
5942
- /*[clinic end generated code: output=b2c6183a4ba100e3 input=fae0d0b1d480c939]*/
5942
+ /*[clinic end generated code: output=a33ee0b9ec8e1d96 input=fae0d0b1d480c939]*/
5943
5943
5944
5944
5945
5945
/*[clinic input]
@@ -6023,9 +6023,9 @@ test_deprecate_positional_pos0_len3_with_kwdonly(PyObject *module, PyObject *con
6023
6023
#endif
6024
6024
if (nargs > 0 && nargs <= 3 ) {
6025
6025
if (PyErr_WarnEx (PyExc_DeprecationWarning ,
6026
- "Passing positional arguments to " \
6027
- "test_deprecate_positional_pos0_len3_with_kwdonly() is deprecated. " \
6028
- "Parameters 'a', 'b' and 'c' will become keyword-only parameters in " \
6026
+ "Passing positional arguments to "
6027
+ "test_deprecate_positional_pos0_len3_with_kwdonly() is deprecated. "
6028
+ "Parameters 'a', 'b' and 'c' will become keyword-only parameters in "
6029
6029
"Python 3.14." , 1 ))
6030
6030
{
6031
6031
goto exit ;
@@ -6050,7 +6050,7 @@ test_deprecate_positional_pos0_len3_with_kwdonly_impl(PyObject *module,
6050
6050
PyObject * b ,
6051
6051
PyObject * c ,
6052
6052
PyObject * e )
6053
- /*[clinic end generated code: output=2504348d9c03f46c input=1b0121770c0c52e0]*/
6053
+ /*[clinic end generated code: output=24d865ef46897afd input=1b0121770c0c52e0]*/
6054
6054
6055
6055
6056
6056
/*[clinic input]
@@ -6124,8 +6124,8 @@ test_deprecate_positional_pos2_len1(PyObject *module, PyObject *const *args, Py_
6124
6124
#endif
6125
6125
if (nargs == 3 ) {
6126
6126
if (PyErr_WarnEx (PyExc_DeprecationWarning ,
6127
- "Passing 3 positional arguments to " \
6128
- "test_deprecate_positional_pos2_len1() is deprecated. Parameter 'c' " \
6127
+ "Passing 3 positional arguments to "
6128
+ "test_deprecate_positional_pos2_len1() is deprecated. Parameter 'c' "
6129
6129
"will become a keyword-only parameter in Python 3.14." , 1 ))
6130
6130
{
6131
6131
goto exit ;
@@ -6146,7 +6146,7 @@ test_deprecate_positional_pos2_len1(PyObject *module, PyObject *const *args, Py_
6146
6146
static PyObject *
6147
6147
test_deprecate_positional_pos2_len1_impl (PyObject * module , PyObject * a ,
6148
6148
PyObject * b , PyObject * c )
6149
- /*[clinic end generated code: output=8b90a7f6031698a5 input=e1d129689e69ec7c]*/
6149
+ /*[clinic end generated code: output=58e71c08abc28074 input=e1d129689e69ec7c]*/
6150
6150
6151
6151
6152
6152
/*[clinic input]
@@ -6223,8 +6223,8 @@ test_deprecate_positional_pos2_len2(PyObject *module, PyObject *const *args, Py_
6223
6223
#endif
6224
6224
if (nargs > 2 && nargs <= 4 ) {
6225
6225
if (PyErr_WarnEx (PyExc_DeprecationWarning ,
6226
- "Passing more than 2 positional arguments to " \
6227
- "test_deprecate_positional_pos2_len2() is deprecated. Parameters 'c' " \
6226
+ "Passing more than 2 positional arguments to "
6227
+ "test_deprecate_positional_pos2_len2() is deprecated. Parameters 'c' "
6228
6228
"and 'd' will become keyword-only parameters in Python 3.14." , 1 ))
6229
6229
{
6230
6230
goto exit ;
@@ -6247,7 +6247,7 @@ static PyObject *
6247
6247
test_deprecate_positional_pos2_len2_impl (PyObject * module , PyObject * a ,
6248
6248
PyObject * b , PyObject * c ,
6249
6249
PyObject * d )
6250
- /*[clinic end generated code: output=2e7da298a880b499 input=0d53533463a12792]*/
6250
+ /*[clinic end generated code: output=0717b6f995cb8eb9 input=0d53533463a12792]*/
6251
6251
6252
6252
6253
6253
/*[clinic input]
@@ -6334,9 +6334,9 @@ test_deprecate_positional_pos2_len3_with_kwdonly(PyObject *module, PyObject *con
6334
6334
#endif
6335
6335
if (nargs > 2 && nargs <= 4 ) {
6336
6336
if (PyErr_WarnEx (PyExc_DeprecationWarning ,
6337
- "Passing more than 2 positional arguments to " \
6338
- "test_deprecate_positional_pos2_len3_with_kwdonly() is deprecated. " \
6339
- "Parameters 'c' and 'd' will become keyword-only parameters in Python " \
6337
+ "Passing more than 2 positional arguments to "
6338
+ "test_deprecate_positional_pos2_len3_with_kwdonly() is deprecated. "
6339
+ "Parameters 'c' and 'd' will become keyword-only parameters in Python "
6340
6340
"3.14." , 1 ))
6341
6341
{
6342
6342
goto exit ;
@@ -6363,4 +6363,4 @@ test_deprecate_positional_pos2_len3_with_kwdonly_impl(PyObject *module,
6363
6363
PyObject * c ,
6364
6364
PyObject * d ,
6365
6365
PyObject * e )
6366
- /*[clinic end generated code: output=c6962f8980227a21 input=154fd450448d8935]*/
6366
+ /*[clinic end generated code: output=2dd67e54b0fb59a2 input=154fd450448d8935]*/
0 commit comments