@@ -5524,6 +5524,7 @@ test_deprecate_positional_pos1_len1_optional(PyObject *module, PyObject *const *
5524
5524
PyObject * a ;
5525
5525
PyObject * b = Py_None ;
5526
5526
5527
+ // Emit compiler warnings when we get to Python 3.14.
5527
5528
#if PY_VERSION_HEX >= 0x030e00C0
5528
5529
# error \
5529
5530
"In clinic.test.c, update parameter(s) 'b' in the clinic input of" \
@@ -5571,7 +5572,7 @@ test_deprecate_positional_pos1_len1_optional(PyObject *module, PyObject *const *
5571
5572
static PyObject *
5572
5573
test_deprecate_positional_pos1_len1_optional_impl (PyObject * module ,
5573
5574
PyObject * a , PyObject * b )
5574
- /*[clinic end generated code: output=6c0fd9d94fa1e765 input=89099f3dacd757da]*/
5575
+ /*[clinic end generated code: output=144cbf1adc574dd9 input=89099f3dacd757da]*/
5575
5576
5576
5577
5577
5578
/*[clinic input]
@@ -5630,6 +5631,7 @@ test_deprecate_positional_pos1_len1(PyObject *module, PyObject *const *args, Py_
5630
5631
PyObject * a ;
5631
5632
PyObject * b ;
5632
5633
5634
+ // Emit compiler warnings when we get to Python 3.14.
5633
5635
#if PY_VERSION_HEX >= 0x030e00C0
5634
5636
# error \
5635
5637
"In clinic.test.c, update parameter(s) 'b' in the clinic input of" \
@@ -5669,7 +5671,7 @@ test_deprecate_positional_pos1_len1(PyObject *module, PyObject *const *args, Py_
5669
5671
static PyObject *
5670
5672
test_deprecate_positional_pos1_len1_impl (PyObject * module , PyObject * a ,
5671
5673
PyObject * b )
5672
- /*[clinic end generated code: output=22821a0fa9945d0c input=1702bbab1e9b3b99]*/
5674
+ /*[clinic end generated code: output=994bd57c1c634709 input=1702bbab1e9b3b99]*/
5673
5675
5674
5676
5675
5677
/*[clinic input]
@@ -5735,6 +5737,7 @@ test_deprecate_positional_pos1_len2_with_kwd(PyObject *module, PyObject *const *
5735
5737
PyObject * c ;
5736
5738
PyObject * d ;
5737
5739
5740
+ // Emit compiler warnings when we get to Python 3.14.
5738
5741
#if PY_VERSION_HEX >= 0x030e00C0
5739
5742
# error \
5740
5743
"In clinic.test.c, update parameter(s) 'b' and 'c' in the clinic " \
@@ -5781,7 +5784,7 @@ static PyObject *
5781
5784
test_deprecate_positional_pos1_len2_with_kwd_impl (PyObject * module ,
5782
5785
PyObject * a , PyObject * b ,
5783
5786
PyObject * c , PyObject * d )
5784
- /*[clinic end generated code: output=061d554ccc6b8f51 input=28cdb885f6c34eab]*/
5787
+ /*[clinic end generated code: output=146c60ecbcdbf4b8 input=28cdb885f6c34eab]*/
5785
5788
5786
5789
5787
5790
/*[clinic input]
@@ -5837,6 +5840,7 @@ test_deprecate_positional_pos0_len1(PyObject *module, PyObject *const *args, Py_
5837
5840
PyObject * argsbuf [1 ];
5838
5841
PyObject * a ;
5839
5842
5843
+ // Emit compiler warnings when we get to Python 3.14.
5840
5844
#if PY_VERSION_HEX >= 0x030e00C0
5841
5845
# error \
5842
5846
"In clinic.test.c, update parameter(s) 'a' in the clinic input of" \
@@ -5874,7 +5878,7 @@ test_deprecate_positional_pos0_len1(PyObject *module, PyObject *const *args, Py_
5874
5878
5875
5879
static PyObject *
5876
5880
test_deprecate_positional_pos0_len1_impl (PyObject * module , PyObject * a )
5877
- /*[clinic end generated code: output=3e512117a5eda970 input=678206db25c0652c]*/
5881
+ /*[clinic end generated code: output=dce99971a2494f9f input=678206db25c0652c]*/
5878
5882
5879
5883
5880
5884
/*[clinic input]
@@ -5933,6 +5937,7 @@ test_deprecate_positional_pos0_len2(PyObject *module, PyObject *const *args, Py_
5933
5937
PyObject * a ;
5934
5938
PyObject * b ;
5935
5939
5940
+ // Emit compiler warnings when we get to Python 3.14.
5936
5941
#if PY_VERSION_HEX >= 0x030e00C0
5937
5942
# error \
5938
5943
"In clinic.test.c, update parameter(s) 'a' and 'b' in the clinic " \
@@ -5975,7 +5980,7 @@ test_deprecate_positional_pos0_len2(PyObject *module, PyObject *const *args, Py_
5975
5980
static PyObject *
5976
5981
test_deprecate_positional_pos0_len2_impl (PyObject * module , PyObject * a ,
5977
5982
PyObject * b )
5978
- /*[clinic end generated code: output=d41da050a5b82dd0 input=fae0d0b1d480c939]*/
5983
+ /*[clinic end generated code: output=06999692e0c8dac4 input=fae0d0b1d480c939]*/
5979
5984
5980
5985
5981
5986
/*[clinic input]
@@ -6044,6 +6049,7 @@ test_deprecate_positional_pos0_len3_with_kwdonly(PyObject *module, PyObject *con
6044
6049
PyObject * c ;
6045
6050
PyObject * e ;
6046
6051
6052
+ // Emit compiler warnings when we get to Python 3.14.
6047
6053
#if PY_VERSION_HEX >= 0x030e00C0
6048
6054
# error \
6049
6055
"In clinic.test.c, update parameter(s) 'a', 'b' and 'c' in the " \
@@ -6095,7 +6101,7 @@ test_deprecate_positional_pos0_len3_with_kwdonly_impl(PyObject *module,
6095
6101
PyObject * b ,
6096
6102
PyObject * c ,
6097
6103
PyObject * e )
6098
- /*[clinic end generated code: output=c5d7ddfc139ddf31 input=1b0121770c0c52e0]*/
6104
+ /*[clinic end generated code: output=a553e33101dc42b2 input=1b0121770c0c52e0]*/
6099
6105
6100
6106
6101
6107
/*[clinic input]
@@ -6156,6 +6162,7 @@ test_deprecate_positional_pos2_len1(PyObject *module, PyObject *const *args, Py_
6156
6162
PyObject * b ;
6157
6163
PyObject * c ;
6158
6164
6165
+ // Emit compiler warnings when we get to Python 3.14.
6159
6166
#if PY_VERSION_HEX >= 0x030e00C0
6160
6167
# error \
6161
6168
"In clinic.test.c, update parameter(s) 'c' in the clinic input of" \
@@ -6196,7 +6203,7 @@ test_deprecate_positional_pos2_len1(PyObject *module, PyObject *const *args, Py_
6196
6203
static PyObject *
6197
6204
test_deprecate_positional_pos2_len1_impl (PyObject * module , PyObject * a ,
6198
6205
PyObject * b , PyObject * c )
6199
- /*[clinic end generated code: output=d80609e6b37ffb8a input=e1d129689e69ec7c]*/
6206
+ /*[clinic end generated code: output=f96454a4970b443c input=e1d129689e69ec7c]*/
6200
6207
6201
6208
6202
6209
/*[clinic input]
@@ -6260,6 +6267,7 @@ test_deprecate_positional_pos2_len2(PyObject *module, PyObject *const *args, Py_
6260
6267
PyObject * c ;
6261
6268
PyObject * d ;
6262
6269
6270
+ // Emit compiler warnings when we get to Python 3.14.
6263
6271
#if PY_VERSION_HEX >= 0x030e00C0
6264
6272
# error \
6265
6273
"In clinic.test.c, update parameter(s) 'c' and 'd' in the clinic " \
@@ -6305,7 +6313,7 @@ static PyObject *
6305
6313
test_deprecate_positional_pos2_len2_impl (PyObject * module , PyObject * a ,
6306
6314
PyObject * b , PyObject * c ,
6307
6315
PyObject * d )
6308
- /*[clinic end generated code: output=1c10d6197562319f input=0d53533463a12792]*/
6316
+ /*[clinic end generated code: output=5e648e887da0a804 input=0d53533463a12792]*/
6309
6317
6310
6318
6311
6319
/*[clinic input]
@@ -6377,6 +6385,7 @@ test_deprecate_positional_pos2_len3_with_kwdonly(PyObject *module, PyObject *con
6377
6385
PyObject * d ;
6378
6386
PyObject * e ;
6379
6387
6388
+ // Emit compiler warnings when we get to Python 3.14.
6380
6389
#if PY_VERSION_HEX >= 0x030e00C0
6381
6390
# error \
6382
6391
"In clinic.test.c, update parameter(s) 'c' and 'd' in the clinic " \
@@ -6427,4 +6436,4 @@ test_deprecate_positional_pos2_len3_with_kwdonly_impl(PyObject *module,
6427
6436
PyObject * c ,
6428
6437
PyObject * d ,
6429
6438
PyObject * e )
6430
- /*[clinic end generated code: output=d32375ffce63d3db input=154fd450448d8935]*/
6439
+ /*[clinic end generated code: output=383d56b03f7c2dcb input=154fd450448d8935]*/
0 commit comments