@@ -1614,15 +1614,15 @@ test_Py_ssize_t_converter
16141614 c: Py_ssize_t(accept={int, NoneType}) = 56
16151615 d: Py_ssize_t(accept={int}, allow_negative=False) = 78
16161616 e: Py_ssize_t(accept={int, NoneType}, allow_negative=False) = 90
1617- f: Py_ssize_t(accept={int}, allow_negative=True) = 12
1618- g: Py_ssize_t(accept={int, NoneType}, allow_negative=True) = 34
1617+ f: Py_ssize_t(accept={int}, allow_negative=True) = - 12
1618+ g: Py_ssize_t(accept={int, NoneType}, allow_negative=True) = - 34
16191619 /
16201620
16211621[clinic start generated code]*/
16221622
16231623PyDoc_STRVAR (test_Py_ssize_t_converter__doc__ ,
1624- "test_Py_ssize_t_converter($module, a=12, b=34, c=56, d=78, e=90, f=12,\n"
1625- " g=34, /)\n"
1624+ "test_Py_ssize_t_converter($module, a=12, b=34, c=56, d=78, e=90, f=- 12,\n"
1625+ " g=- 34, /)\n"
16261626"--\n"
16271627"\n" );
16281628
@@ -1643,8 +1643,8 @@ test_Py_ssize_t_converter(PyObject *module, PyObject *const *args, Py_ssize_t na
16431643 Py_ssize_t c = 56 ;
16441644 Py_ssize_t d = 78 ;
16451645 Py_ssize_t e = 90 ;
1646- Py_ssize_t f = 12 ;
1647- Py_ssize_t g = 34 ;
1646+ Py_ssize_t f = - 12 ;
1647+ Py_ssize_t g = - 34 ;
16481648
16491649 if (!_PyArg_CheckPositional ("test_Py_ssize_t_converter" , nargs , 0 , 7 )) {
16501650 goto exit ;
@@ -1743,7 +1743,7 @@ static PyObject *
17431743test_Py_ssize_t_converter_impl (PyObject * module , Py_ssize_t a , Py_ssize_t b ,
17441744 Py_ssize_t c , Py_ssize_t d , Py_ssize_t e ,
17451745 Py_ssize_t f , Py_ssize_t g )
1746- /*[clinic end generated code: output=8721e4925ea46578 input=0d80cb5c942b6e0f ]*/
1746+ /*[clinic end generated code: output=2034b285dd317556 input=a25bac8ecf2890aa ]*/
17471747
17481748
17491749/*[clinic input]
0 commit comments