class _testclinic.DeprStarNew "PyObject *" "PyObject"
@classmethod
_testclinic.DeprStarNew.__new__ as depr_star_new
- * [from 3.37]
+ * [from 3.14]
a: object = None
The deprecation message should use the class name instead of __new__.
[clinic start generated code]*/
static PyObject *
depr_star_new_impl(PyTypeObject *type, PyObject *a)
-/*[clinic end generated code: output=bdbb36244f90cf46 input=df8930826b302c3a]*/
+/*[clinic end generated code: output=bdbb36244f90cf46 input=fdd640db964b4dc1]*/
{
return type->tp_alloc(type, 0);
}
/*[clinic input]
class _testclinic.DeprStarInit "PyObject *" "PyObject"
_testclinic.DeprStarInit.__init__ as depr_star_init
- * [from 3.37]
+ * [from 3.14]
a: object = None
The deprecation message should use the class name instead of __init__.
[clinic start generated code]*/
static int
depr_star_init_impl(PyObject *self, PyObject *a)
-/*[clinic end generated code: output=8d27b43c286d3ecc input=07a5c35e04f526c5]*/
+/*[clinic end generated code: output=8d27b43c286d3ecc input=5575b77229d5e2be]*/
{
return 0;
}
class _testclinic.DeprStarInitNoInline "PyObject *" "PyObject"
_testclinic.DeprStarInitNoInline.__init__ as depr_star_init_noinline
a: object
- * [from 3.37]
+ * [from 3.14]
b: object
c: object = None
*
static int
depr_star_init_noinline_impl(PyObject *self, PyObject *a, PyObject *b,
PyObject *c, const char *d, Py_ssize_t d_length)
-/*[clinic end generated code: output=9b31fc167f1bf9f7 input=45171504f009a391]*/
+/*[clinic end generated code: output=9b31fc167f1bf9f7 input=5a887543122bca48]*/
{
return 0;
}
@classmethod
_testclinic.DeprKwdNew.__new__ as depr_kwd_new
a: object = None
- / [from 3.37]
+ / [from 3.14]
The deprecation message should use the class name instead of __new__.
[clinic start generated code]*/
static PyObject *
depr_kwd_new_impl(PyTypeObject *type, PyObject *a)
-/*[clinic end generated code: output=618d07afc5616149 input=1bfb1b86f56ad2e6]*/
+/*[clinic end generated code: output=618d07afc5616149 input=6c7d13c471013c10]*/
{
return type->tp_alloc(type, 0);
}
class _testclinic.DeprKwdInit "PyObject *" "PyObject"
_testclinic.DeprKwdInit.__init__ as depr_kwd_init
a: object = None
- / [from 3.37]
+ / [from 3.14]
The deprecation message should use the class name instead of __init__.
[clinic start generated code]*/
static int
depr_kwd_init_impl(PyObject *self, PyObject *a)
-/*[clinic end generated code: output=6e02eb724a85d840 input=6f4daaa912ec24b2]*/
+/*[clinic end generated code: output=6e02eb724a85d840 input=b9bf3c20f012d539]*/
{
return 0;
}
/
b: object
c: object = None
- / [from 3.37]
+ / [from 3.14]
# Force to use _PyArg_ParseTupleAndKeywordsFast.
d: str(accept={str, robuffer}, zeroes=True) = ''
[clinic start generated code]*/
static int
depr_kwd_init_noinline_impl(PyObject *self, PyObject *a, PyObject *b,
PyObject *c, const char *d, Py_ssize_t d_length)
-/*[clinic end generated code: output=27759d70ddd25873 input=a022ad17f4b6008c]*/
+/*[clinic end generated code: output=27759d70ddd25873 input=c19d982c8c70a930]*/
{
return 0;
}
/*[clinic input]
depr_star_pos0_len1
- * [from 3.37]
+ * [from 3.14]
a: object
[clinic start generated code]*/
static PyObject *
depr_star_pos0_len1_impl(PyObject *module, PyObject *a)
-/*[clinic end generated code: output=e1c6c2b423129499 input=c8f49d8c6165ab6c]*/
+/*[clinic end generated code: output=e1c6c2b423129499 input=089b9aee25381b69]*/
{
Py_RETURN_NONE;
}
/*[clinic input]
depr_star_pos0_len2
- * [from 3.37]
+ * [from 3.14]
a: object
b: object
[clinic start generated code]*/
static PyObject *
depr_star_pos0_len2_impl(PyObject *module, PyObject *a, PyObject *b)
-/*[clinic end generated code: output=96df9be39859c7e4 input=aca96f36892eda25]*/
+/*[clinic end generated code: output=96df9be39859c7e4 input=65c83a32e01495c6]*/
{
Py_RETURN_NONE;
}
/*[clinic input]
depr_star_pos0_len3_with_kwd
- * [from 3.37]
+ * [from 3.14]
a: object
b: object
c: object
static PyObject *
depr_star_pos0_len3_with_kwd_impl(PyObject *module, PyObject *a, PyObject *b,
PyObject *c, PyObject *d)
-/*[clinic end generated code: output=7f2531eda837052f input=5602f0bced3d5094]*/
+/*[clinic end generated code: output=7f2531eda837052f input=b33f620f57d9270f]*/
{
Py_RETURN_NONE;
}
/*[clinic input]
depr_star_pos1_len1_opt
a: object
- * [from 3.37]
+ * [from 3.14]
b: object = None
[clinic start generated code]*/
static PyObject *
depr_star_pos1_len1_opt_impl(PyObject *module, PyObject *a, PyObject *b)
-/*[clinic end generated code: output=b5b4e326ee3b216f input=070817da1d6ccf49]*/
+/*[clinic end generated code: output=b5b4e326ee3b216f input=4a4b8ff72eae9ff7]*/
{
Py_RETURN_NONE;
}
/*[clinic input]
depr_star_pos1_len1
a: object
- * [from 3.37]
+ * [from 3.14]
b: object
[clinic start generated code]*/
static PyObject *
depr_star_pos1_len1_impl(PyObject *module, PyObject *a, PyObject *b)
-/*[clinic end generated code: output=eab92e37d5b0a480 input=2e3a30c71edd0f30]*/
+/*[clinic end generated code: output=eab92e37d5b0a480 input=1e7787a9fe5f62a0]*/
{
Py_RETURN_NONE;
}
/*[clinic input]
depr_star_pos1_len2_with_kwd
a: object
- * [from 3.37]
+ * [from 3.14]
b: object
c: object
*
static PyObject *
depr_star_pos1_len2_with_kwd_impl(PyObject *module, PyObject *a, PyObject *b,
PyObject *c, PyObject *d)
-/*[clinic end generated code: output=3bccab672b7cfbb8 input=48492b028a4f281c]*/
+/*[clinic end generated code: output=3bccab672b7cfbb8 input=6bc7bd742fa8be15]*/
{
Py_RETURN_NONE;
}
depr_star_pos2_len1
a: object
b: object
- * [from 3.37]
+ * [from 3.14]
c: object
[clinic start generated code]*/
static PyObject *
depr_star_pos2_len1_impl(PyObject *module, PyObject *a, PyObject *b,
PyObject *c)
-/*[clinic end generated code: output=20f5b230e9beeb70 input=80ee46e15cd14cf3]*/
+/*[clinic end generated code: output=20f5b230e9beeb70 input=5fc3e1790dec00d5]*/
{
Py_RETURN_NONE;
}
depr_star_pos2_len2
a: object
b: object
- * [from 3.37]
+ * [from 3.14]
c: object
d: object
[clinic start generated code]*/
static PyObject *
depr_star_pos2_len2_impl(PyObject *module, PyObject *a, PyObject *b,
PyObject *c, PyObject *d)
-/*[clinic end generated code: output=9f90ed8fbce27d7a input=ac57914cf40a011b]*/
+/*[clinic end generated code: output=9f90ed8fbce27d7a input=9cc8003b89d38779]*/
{
Py_RETURN_NONE;
}
depr_star_pos2_len2_with_kwd
a: object
b: object
- * [from 3.37]
+ * [from 3.14]
c: object
d: object
*
static PyObject *
depr_star_pos2_len2_with_kwd_impl(PyObject *module, PyObject *a, PyObject *b,
PyObject *c, PyObject *d, PyObject *e)
-/*[clinic end generated code: output=05432c4f20527215 input=98f25e33c01285a3]*/
+/*[clinic end generated code: output=05432c4f20527215 input=831832d90534da91]*/
{
Py_RETURN_NONE;
}
/*[clinic input]
depr_star_noinline
a: object
- * [from 3.37]
+ * [from 3.14]
b: object
c: object = None
*
static PyObject *
depr_star_noinline_impl(PyObject *module, PyObject *a, PyObject *b,
PyObject *c, const char *d, Py_ssize_t d_length)
-/*[clinic end generated code: output=cc27dacf5c2754af input=a829784557a42349]*/
+/*[clinic end generated code: output=cc27dacf5c2754af input=d36cc862a2daef98]*/
{
Py_RETURN_NONE;
}
/*[clinic input]
depr_star_multi
a: object
- * [from 3.39]
+ * [from 3.16]
b: object
- * [from 3.38]
+ * [from 3.15]
c: object
d: object
- * [from 3.37]
+ * [from 3.14]
e: object
f: object
g: object
depr_star_multi_impl(PyObject *module, PyObject *a, PyObject *b, PyObject *c,
PyObject *d, PyObject *e, PyObject *f, PyObject *g,
PyObject *h)
-/*[clinic end generated code: output=77681653f4202068 input=6798940a18b2e62b]*/
+/*[clinic end generated code: output=77681653f4202068 input=3ebd05d888a957ea]*/
{
Py_RETURN_NONE;
}
a: object
/
b: object
- / [from 3.37]
+ / [from 3.14]
[clinic start generated code]*/
static PyObject *
depr_kwd_required_1_impl(PyObject *module, PyObject *a, PyObject *b)
-/*[clinic end generated code: output=1d8ab19ea78418af input=37853d8548d42df5]*/
+/*[clinic end generated code: output=1d8ab19ea78418af input=53f2c398b828462d]*/
{
Py_RETURN_NONE;
}
/
b: object
c: object
- / [from 3.37]
+ / [from 3.14]
[clinic start generated code]*/
static PyObject *
depr_kwd_required_2_impl(PyObject *module, PyObject *a, PyObject *b,
PyObject *c)
-/*[clinic end generated code: output=44a89cb82509ddde input=0e1faedd8ec248b1]*/
+/*[clinic end generated code: output=44a89cb82509ddde input=a2b0ef37de8a01a7]*/
{
Py_RETURN_NONE;
}
a: object
/
b: object = None
- / [from 3.37]
+ / [from 3.14]
[clinic start generated code]*/
static PyObject *
depr_kwd_optional_1_impl(PyObject *module, PyObject *a, PyObject *b)
-/*[clinic end generated code: output=a8a3d67efcc7b058 input=adb240416511b30a]*/
+/*[clinic end generated code: output=a8a3d67efcc7b058 input=e416981eb78c3053]*/
{
Py_RETURN_NONE;
}
/
b: object = None
c: object = None
- / [from 3.37]
+ / [from 3.14]
[clinic start generated code]*/
static PyObject *
depr_kwd_optional_2_impl(PyObject *module, PyObject *a, PyObject *b,
PyObject *c)
-/*[clinic end generated code: output=aa2d967f26fdb9f6 input=fb8a82d0087f8732]*/
+/*[clinic end generated code: output=aa2d967f26fdb9f6 input=cae3afb783bfc855]*/
{
Py_RETURN_NONE;
}
a: object = None
b: object = None
c: object = None
- / [from 3.37]
+ / [from 3.14]
[clinic start generated code]*/
static PyObject *
depr_kwd_optional_3_impl(PyObject *module, PyObject *a, PyObject *b,
PyObject *c)
-/*[clinic end generated code: output=a26025bf6118fd07 input=e54bbbacd8624fa7]*/
+/*[clinic end generated code: output=a26025bf6118fd07 input=c9183b2f9ccaf992]*/
{
Py_RETURN_NONE;
}
/
b: object
c: object = None
- / [from 3.37]
+ / [from 3.14]
[clinic start generated code]*/
static PyObject *
depr_kwd_required_optional_impl(PyObject *module, PyObject *a, PyObject *b,
PyObject *c)
-/*[clinic end generated code: output=e53a8b7a250d8ffc input=285105a1ffb784b5]*/
+/*[clinic end generated code: output=e53a8b7a250d8ffc input=23237a046f8388f5]*/
{
Py_RETURN_NONE;
}
/
b: object
c: object = None
- / [from 3.37]
+ / [from 3.14]
# Force to use _PyArg_ParseStackAndKeywords.
d: str(accept={str, robuffer}, zeroes=True) = ''
[clinic start generated code]*/
static PyObject *
depr_kwd_noinline_impl(PyObject *module, PyObject *a, PyObject *b,
PyObject *c, const char *d, Py_ssize_t d_length)
-/*[clinic end generated code: output=f59da8113f2bad7c input=3773d1bdc1f82298]*/
+/*[clinic end generated code: output=f59da8113f2bad7c input=1d6db65bebb069d7]*/
{
Py_RETURN_NONE;
}
a: object
/
b: object
- / [from 3.37]
+ / [from 3.14]
c: object
d: object
- / [from 3.38]
+ / [from 3.15]
e: object
f: object
g: object
- / [from 3.39]
+ / [from 3.16]
h: object
[clinic start generated code]*/
depr_kwd_multi_impl(PyObject *module, PyObject *a, PyObject *b, PyObject *c,
PyObject *d, PyObject *e, PyObject *f, PyObject *g,
PyObject *h)
-/*[clinic end generated code: output=ddfbde80fe1942e1 input=a84c447a74284174]*/
+/*[clinic end generated code: output=ddfbde80fe1942e1 input=7a074e621c79efd7]*/
{
Py_RETURN_NONE;
}
a: object
/
b: object
- / [from 3.37]
+ / [from 3.14]
c: object
- / [from 3.38]
+ / [from 3.15]
d: object
- * [from 3.38]
+ * [from 3.15]
e: object
- * [from 3.37]
+ * [from 3.14]
f: object
*
g: object
static PyObject *
depr_multi_impl(PyObject *module, PyObject *a, PyObject *b, PyObject *c,
PyObject *d, PyObject *e, PyObject *f, PyObject *g)
-/*[clinic end generated code: output=f81c92852ca2d4ee input=0e859e8b8eda75d7]*/
+/*[clinic end generated code: output=f81c92852ca2d4ee input=5b847c5e44bedd02]*/
{
Py_RETURN_NONE;
}
"\n"
"Note: Passing positional arguments to _testclinic.DeprStarNew() is\n"
"deprecated. Parameter \'a\' will become a keyword-only parameter in\n"
-"Python 3.37.\n"
+"Python 3.14.\n"
"");
static PyObject *
depr_star_new_impl(PyTypeObject *type, PyObject *a);
-// Emit compiler warnings when we get to Python 3.37.
-#if PY_VERSION_HEX >= 0x032500C0
+// Emit compiler warnings when we get to Python 3.14.
+#if PY_VERSION_HEX >= 0x030e00C0
# error "Update the clinic input of '_testclinic.DeprStarNew.__new__'."
-#elif PY_VERSION_HEX >= 0x032500A0
+#elif PY_VERSION_HEX >= 0x030e00A0
# ifdef _MSC_VER
# pragma message ("Update the clinic input of '_testclinic.DeprStarNew.__new__'.")
# else
if (PyErr_WarnEx(PyExc_DeprecationWarning,
"Passing positional arguments to _testclinic.DeprStarNew() is "
"deprecated. Parameter 'a' will become a keyword-only parameter "
- "in Python 3.37.", 1))
+ "in Python 3.14.", 1))
{
goto exit;
}
"\n"
"Note: Passing positional arguments to _testclinic.DeprStarNew.cloned()\n"
"is deprecated. Parameter \'a\' will become a keyword-only parameter in\n"
-"Python 3.37.\n"
+"Python 3.14.\n"
"");
#define DEPR_STAR_NEW_CLONE_METHODDEF \
static PyObject *
depr_star_new_clone_impl(PyObject *type, PyObject *a);
-// Emit compiler warnings when we get to Python 3.37.
-#if PY_VERSION_HEX >= 0x032500C0
+// Emit compiler warnings when we get to Python 3.14.
+#if PY_VERSION_HEX >= 0x030e00C0
# error "Update the clinic input of '_testclinic.DeprStarNew.cloned'."
-#elif PY_VERSION_HEX >= 0x032500A0
+#elif PY_VERSION_HEX >= 0x030e00A0
# ifdef _MSC_VER
# pragma message ("Update the clinic input of '_testclinic.DeprStarNew.cloned'.")
# else
if (PyErr_WarnEx(PyExc_DeprecationWarning,
"Passing positional arguments to _testclinic.DeprStarNew.cloned()"
" is deprecated. Parameter 'a' will become a keyword-only "
- "parameter in Python 3.37.", 1))
+ "parameter in Python 3.14.", 1))
{
goto exit;
}
"\n"
"Note: Passing positional arguments to _testclinic.DeprStarInit() is\n"
"deprecated. Parameter \'a\' will become a keyword-only parameter in\n"
-"Python 3.37.\n"
+"Python 3.14.\n"
"");
static int
depr_star_init_impl(PyObject *self, PyObject *a);
-// Emit compiler warnings when we get to Python 3.37.
-#if PY_VERSION_HEX >= 0x032500C0
+// Emit compiler warnings when we get to Python 3.14.
+#if PY_VERSION_HEX >= 0x030e00C0
# error "Update the clinic input of '_testclinic.DeprStarInit.__init__'."
-#elif PY_VERSION_HEX >= 0x032500A0
+#elif PY_VERSION_HEX >= 0x030e00A0
# ifdef _MSC_VER
# pragma message ("Update the clinic input of '_testclinic.DeprStarInit.__init__'.")
# else
if (PyErr_WarnEx(PyExc_DeprecationWarning,
"Passing positional arguments to _testclinic.DeprStarInit() is "
"deprecated. Parameter 'a' will become a keyword-only parameter "
- "in Python 3.37.", 1))
+ "in Python 3.14.", 1))
{
goto exit;
}
"\n"
"Note: Passing positional arguments to\n"
"_testclinic.DeprStarInit.cloned() is deprecated. Parameter \'a\' will\n"
-"become a keyword-only parameter in Python 3.37.\n"
+"become a keyword-only parameter in Python 3.14.\n"
"");
#define DEPR_STAR_INIT_CLONE_METHODDEF \
static PyObject *
depr_star_init_clone_impl(PyObject *self, PyObject *a);
-// Emit compiler warnings when we get to Python 3.37.
-#if PY_VERSION_HEX >= 0x032500C0
+// Emit compiler warnings when we get to Python 3.14.
+#if PY_VERSION_HEX >= 0x030e00C0
# error "Update the clinic input of '_testclinic.DeprStarInit.cloned'."
-#elif PY_VERSION_HEX >= 0x032500A0
+#elif PY_VERSION_HEX >= 0x030e00A0
# ifdef _MSC_VER
# pragma message ("Update the clinic input of '_testclinic.DeprStarInit.cloned'.")
# else
if (PyErr_WarnEx(PyExc_DeprecationWarning,
"Passing positional arguments to "
"_testclinic.DeprStarInit.cloned() is deprecated. Parameter 'a' "
- "will become a keyword-only parameter in Python 3.37.", 1))
+ "will become a keyword-only parameter in Python 3.14.", 1))
{
goto exit;
}
depr_star_init_noinline_impl(PyObject *self, PyObject *a, PyObject *b,
PyObject *c, const char *d, Py_ssize_t d_length);
-// Emit compiler warnings when we get to Python 3.37.
-#if PY_VERSION_HEX >= 0x032500C0
+// Emit compiler warnings when we get to Python 3.14.
+#if PY_VERSION_HEX >= 0x030e00C0
# error "Update the clinic input of '_testclinic.DeprStarInitNoInline.__init__'."
-#elif PY_VERSION_HEX >= 0x032500A0
+#elif PY_VERSION_HEX >= 0x030e00A0
# ifdef _MSC_VER
# pragma message ("Update the clinic input of '_testclinic.DeprStarInitNoInline.__init__'.")
# else
if (PyErr_WarnEx(PyExc_DeprecationWarning,
"Passing more than 1 positional argument to "
"_testclinic.DeprStarInitNoInline() is deprecated. Parameters 'b'"
- " and 'c' will become keyword-only parameters in Python 3.37.", 1))
+ " and 'c' will become keyword-only parameters in Python 3.14.", 1))
{
goto exit;
}
"The deprecation message should use the class name instead of __new__.\n"
"\n"
"Note: Passing keyword argument \'a\' to _testclinic.DeprKwdNew() is\n"
-"deprecated. Parameter \'a\' will become positional-only in Python 3.37.\n"
+"deprecated. Parameter \'a\' will become positional-only in Python 3.14.\n"
"");
static PyObject *
depr_kwd_new_impl(PyTypeObject *type, PyObject *a);
-// Emit compiler warnings when we get to Python 3.37.
-#if PY_VERSION_HEX >= 0x032500C0
+// Emit compiler warnings when we get to Python 3.14.
+#if PY_VERSION_HEX >= 0x030e00C0
# error "Update the clinic input of '_testclinic.DeprKwdNew.__new__'."
-#elif PY_VERSION_HEX >= 0x032500A0
+#elif PY_VERSION_HEX >= 0x030e00A0
# ifdef _MSC_VER
# pragma message ("Update the clinic input of '_testclinic.DeprKwdNew.__new__'.")
# else
if (PyErr_WarnEx(PyExc_DeprecationWarning,
"Passing keyword argument 'a' to _testclinic.DeprKwdNew() is "
"deprecated. Parameter 'a' will become positional-only in Python "
- "3.37.", 1))
+ "3.14.", 1))
{
goto exit;
}
"The deprecation message should use the class name instead of __init__.\n"
"\n"
"Note: Passing keyword argument \'a\' to _testclinic.DeprKwdInit() is\n"
-"deprecated. Parameter \'a\' will become positional-only in Python 3.37.\n"
+"deprecated. Parameter \'a\' will become positional-only in Python 3.14.\n"
"");
static int
depr_kwd_init_impl(PyObject *self, PyObject *a);
-// Emit compiler warnings when we get to Python 3.37.
-#if PY_VERSION_HEX >= 0x032500C0
+// Emit compiler warnings when we get to Python 3.14.
+#if PY_VERSION_HEX >= 0x030e00C0
# error "Update the clinic input of '_testclinic.DeprKwdInit.__init__'."
-#elif PY_VERSION_HEX >= 0x032500A0
+#elif PY_VERSION_HEX >= 0x030e00A0
# ifdef _MSC_VER
# pragma message ("Update the clinic input of '_testclinic.DeprKwdInit.__init__'.")
# else
if (PyErr_WarnEx(PyExc_DeprecationWarning,
"Passing keyword argument 'a' to _testclinic.DeprKwdInit() is "
"deprecated. Parameter 'a' will become positional-only in Python "
- "3.37.", 1))
+ "3.14.", 1))
{
goto exit;
}
depr_kwd_init_noinline_impl(PyObject *self, PyObject *a, PyObject *b,
PyObject *c, const char *d, Py_ssize_t d_length);
-// Emit compiler warnings when we get to Python 3.37.
-#if PY_VERSION_HEX >= 0x032500C0
+// Emit compiler warnings when we get to Python 3.14.
+#if PY_VERSION_HEX >= 0x030e00C0
# error "Update the clinic input of '_testclinic.DeprKwdInitNoInline.__init__'."
-#elif PY_VERSION_HEX >= 0x032500A0
+#elif PY_VERSION_HEX >= 0x030e00A0
# ifdef _MSC_VER
# pragma message ("Update the clinic input of '_testclinic.DeprKwdInitNoInline.__init__'.")
# else
if (PyErr_WarnEx(PyExc_DeprecationWarning,
"Passing keyword arguments 'b' and 'c' to "
"_testclinic.DeprKwdInitNoInline() is deprecated. Parameters 'b' "
- "and 'c' will become positional-only in Python 3.37.", 1))
+ "and 'c' will become positional-only in Python 3.14.", 1))
{
goto exit;
}
"\n"
"Note: Passing positional arguments to depr_star_pos0_len1() is\n"
"deprecated. Parameter \'a\' will become a keyword-only parameter in\n"
-"Python 3.37.\n"
+"Python 3.14.\n"
"");
#define DEPR_STAR_POS0_LEN1_METHODDEF \
static PyObject *
depr_star_pos0_len1_impl(PyObject *module, PyObject *a);
-// Emit compiler warnings when we get to Python 3.37.
-#if PY_VERSION_HEX >= 0x032500C0
+// Emit compiler warnings when we get to Python 3.14.
+#if PY_VERSION_HEX >= 0x030e00C0
# error "Update the clinic input of 'depr_star_pos0_len1'."
-#elif PY_VERSION_HEX >= 0x032500A0
+#elif PY_VERSION_HEX >= 0x030e00A0
# ifdef _MSC_VER
# pragma message ("Update the clinic input of 'depr_star_pos0_len1'.")
# else
if (PyErr_WarnEx(PyExc_DeprecationWarning,
"Passing positional arguments to depr_star_pos0_len1() is "
"deprecated. Parameter 'a' will become a keyword-only parameter "
- "in Python 3.37.", 1))
+ "in Python 3.14.", 1))
{
goto exit;
}
"\n"
"Note: Passing positional arguments to depr_star_pos0_len2() is\n"
"deprecated. Parameters \'a\' and \'b\' will become keyword-only parameters\n"
-"in Python 3.37.\n"
+"in Python 3.14.\n"
"");
#define DEPR_STAR_POS0_LEN2_METHODDEF \
static PyObject *
depr_star_pos0_len2_impl(PyObject *module, PyObject *a, PyObject *b);
-// Emit compiler warnings when we get to Python 3.37.
-#if PY_VERSION_HEX >= 0x032500C0
+// Emit compiler warnings when we get to Python 3.14.
+#if PY_VERSION_HEX >= 0x030e00C0
# error "Update the clinic input of 'depr_star_pos0_len2'."
-#elif PY_VERSION_HEX >= 0x032500A0
+#elif PY_VERSION_HEX >= 0x030e00A0
# ifdef _MSC_VER
# pragma message ("Update the clinic input of 'depr_star_pos0_len2'.")
# else
if (PyErr_WarnEx(PyExc_DeprecationWarning,
"Passing positional arguments to depr_star_pos0_len2() is "
"deprecated. Parameters 'a' and 'b' will become keyword-only "
- "parameters in Python 3.37.", 1))
+ "parameters in Python 3.14.", 1))
{
goto exit;
}
"\n"
"Note: Passing positional arguments to depr_star_pos0_len3_with_kwd()\n"
"is deprecated. Parameters \'a\', \'b\' and \'c\' will become keyword-only\n"
-"parameters in Python 3.37.\n"
+"parameters in Python 3.14.\n"
"");
#define DEPR_STAR_POS0_LEN3_WITH_KWD_METHODDEF \
depr_star_pos0_len3_with_kwd_impl(PyObject *module, PyObject *a, PyObject *b,
PyObject *c, PyObject *d);
-// Emit compiler warnings when we get to Python 3.37.
-#if PY_VERSION_HEX >= 0x032500C0
+// Emit compiler warnings when we get to Python 3.14.
+#if PY_VERSION_HEX >= 0x030e00C0
# error "Update the clinic input of 'depr_star_pos0_len3_with_kwd'."
-#elif PY_VERSION_HEX >= 0x032500A0
+#elif PY_VERSION_HEX >= 0x030e00A0
# ifdef _MSC_VER
# pragma message ("Update the clinic input of 'depr_star_pos0_len3_with_kwd'.")
# else
if (PyErr_WarnEx(PyExc_DeprecationWarning,
"Passing positional arguments to depr_star_pos0_len3_with_kwd() "
"is deprecated. Parameters 'a', 'b' and 'c' will become "
- "keyword-only parameters in Python 3.37.", 1))
+ "keyword-only parameters in Python 3.14.", 1))
{
goto exit;
}
"\n"
"Note: Passing 2 positional arguments to depr_star_pos1_len1_opt() is\n"
"deprecated. Parameter \'b\' will become a keyword-only parameter in\n"
-"Python 3.37.\n"
+"Python 3.14.\n"
"");
#define DEPR_STAR_POS1_LEN1_OPT_METHODDEF \
static PyObject *
depr_star_pos1_len1_opt_impl(PyObject *module, PyObject *a, PyObject *b);
-// Emit compiler warnings when we get to Python 3.37.
-#if PY_VERSION_HEX >= 0x032500C0
+// Emit compiler warnings when we get to Python 3.14.
+#if PY_VERSION_HEX >= 0x030e00C0
# error "Update the clinic input of 'depr_star_pos1_len1_opt'."
-#elif PY_VERSION_HEX >= 0x032500A0
+#elif PY_VERSION_HEX >= 0x030e00A0
# ifdef _MSC_VER
# pragma message ("Update the clinic input of 'depr_star_pos1_len1_opt'.")
# else
if (PyErr_WarnEx(PyExc_DeprecationWarning,
"Passing 2 positional arguments to depr_star_pos1_len1_opt() is "
"deprecated. Parameter 'b' will become a keyword-only parameter "
- "in Python 3.37.", 1))
+ "in Python 3.14.", 1))
{
goto exit;
}
"\n"
"Note: Passing 2 positional arguments to depr_star_pos1_len1() is\n"
"deprecated. Parameter \'b\' will become a keyword-only parameter in\n"
-"Python 3.37.\n"
+"Python 3.14.\n"
"");
#define DEPR_STAR_POS1_LEN1_METHODDEF \
static PyObject *
depr_star_pos1_len1_impl(PyObject *module, PyObject *a, PyObject *b);
-// Emit compiler warnings when we get to Python 3.37.
-#if PY_VERSION_HEX >= 0x032500C0
+// Emit compiler warnings when we get to Python 3.14.
+#if PY_VERSION_HEX >= 0x030e00C0
# error "Update the clinic input of 'depr_star_pos1_len1'."
-#elif PY_VERSION_HEX >= 0x032500A0
+#elif PY_VERSION_HEX >= 0x030e00A0
# ifdef _MSC_VER
# pragma message ("Update the clinic input of 'depr_star_pos1_len1'.")
# else
if (PyErr_WarnEx(PyExc_DeprecationWarning,
"Passing 2 positional arguments to depr_star_pos1_len1() is "
"deprecated. Parameter 'b' will become a keyword-only parameter "
- "in Python 3.37.", 1))
+ "in Python 3.14.", 1))
{
goto exit;
}
"\n"
"Note: Passing more than 1 positional argument to\n"
"depr_star_pos1_len2_with_kwd() is deprecated. Parameters \'b\' and \'c\'\n"
-"will become keyword-only parameters in Python 3.37.\n"
+"will become keyword-only parameters in Python 3.14.\n"
"");
#define DEPR_STAR_POS1_LEN2_WITH_KWD_METHODDEF \
depr_star_pos1_len2_with_kwd_impl(PyObject *module, PyObject *a, PyObject *b,
PyObject *c, PyObject *d);
-// Emit compiler warnings when we get to Python 3.37.
-#if PY_VERSION_HEX >= 0x032500C0
+// Emit compiler warnings when we get to Python 3.14.
+#if PY_VERSION_HEX >= 0x030e00C0
# error "Update the clinic input of 'depr_star_pos1_len2_with_kwd'."
-#elif PY_VERSION_HEX >= 0x032500A0
+#elif PY_VERSION_HEX >= 0x030e00A0
# ifdef _MSC_VER
# pragma message ("Update the clinic input of 'depr_star_pos1_len2_with_kwd'.")
# else
if (PyErr_WarnEx(PyExc_DeprecationWarning,
"Passing more than 1 positional argument to "
"depr_star_pos1_len2_with_kwd() is deprecated. Parameters 'b' and"
- " 'c' will become keyword-only parameters in Python 3.37.", 1))
+ " 'c' will become keyword-only parameters in Python 3.14.", 1))
{
goto exit;
}
"\n"
"Note: Passing 3 positional arguments to depr_star_pos2_len1() is\n"
"deprecated. Parameter \'c\' will become a keyword-only parameter in\n"
-"Python 3.37.\n"
+"Python 3.14.\n"
"");
#define DEPR_STAR_POS2_LEN1_METHODDEF \
depr_star_pos2_len1_impl(PyObject *module, PyObject *a, PyObject *b,
PyObject *c);
-// Emit compiler warnings when we get to Python 3.37.
-#if PY_VERSION_HEX >= 0x032500C0
+// Emit compiler warnings when we get to Python 3.14.
+#if PY_VERSION_HEX >= 0x030e00C0
# error "Update the clinic input of 'depr_star_pos2_len1'."
-#elif PY_VERSION_HEX >= 0x032500A0
+#elif PY_VERSION_HEX >= 0x030e00A0
# ifdef _MSC_VER
# pragma message ("Update the clinic input of 'depr_star_pos2_len1'.")
# else
if (PyErr_WarnEx(PyExc_DeprecationWarning,
"Passing 3 positional arguments to depr_star_pos2_len1() is "
"deprecated. Parameter 'c' will become a keyword-only parameter "
- "in Python 3.37.", 1))
+ "in Python 3.14.", 1))
{
goto exit;
}
"\n"
"Note: Passing more than 2 positional arguments to\n"
"depr_star_pos2_len2() is deprecated. Parameters \'c\' and \'d\' will\n"
-"become keyword-only parameters in Python 3.37.\n"
+"become keyword-only parameters in Python 3.14.\n"
"");
#define DEPR_STAR_POS2_LEN2_METHODDEF \
depr_star_pos2_len2_impl(PyObject *module, PyObject *a, PyObject *b,
PyObject *c, PyObject *d);
-// Emit compiler warnings when we get to Python 3.37.
-#if PY_VERSION_HEX >= 0x032500C0
+// Emit compiler warnings when we get to Python 3.14.
+#if PY_VERSION_HEX >= 0x030e00C0
# error "Update the clinic input of 'depr_star_pos2_len2'."
-#elif PY_VERSION_HEX >= 0x032500A0
+#elif PY_VERSION_HEX >= 0x030e00A0
# ifdef _MSC_VER
# pragma message ("Update the clinic input of 'depr_star_pos2_len2'.")
# else
if (PyErr_WarnEx(PyExc_DeprecationWarning,
"Passing more than 2 positional arguments to "
"depr_star_pos2_len2() is deprecated. Parameters 'c' and 'd' will"
- " become keyword-only parameters in Python 3.37.", 1))
+ " become keyword-only parameters in Python 3.14.", 1))
{
goto exit;
}
"\n"
"Note: Passing more than 2 positional arguments to\n"
"depr_star_pos2_len2_with_kwd() is deprecated. Parameters \'c\' and \'d\'\n"
-"will become keyword-only parameters in Python 3.37.\n"
+"will become keyword-only parameters in Python 3.14.\n"
"");
#define DEPR_STAR_POS2_LEN2_WITH_KWD_METHODDEF \
depr_star_pos2_len2_with_kwd_impl(PyObject *module, PyObject *a, PyObject *b,
PyObject *c, PyObject *d, PyObject *e);
-// Emit compiler warnings when we get to Python 3.37.
-#if PY_VERSION_HEX >= 0x032500C0
+// Emit compiler warnings when we get to Python 3.14.
+#if PY_VERSION_HEX >= 0x030e00C0
# error "Update the clinic input of 'depr_star_pos2_len2_with_kwd'."
-#elif PY_VERSION_HEX >= 0x032500A0
+#elif PY_VERSION_HEX >= 0x030e00A0
# ifdef _MSC_VER
# pragma message ("Update the clinic input of 'depr_star_pos2_len2_with_kwd'.")
# else
if (PyErr_WarnEx(PyExc_DeprecationWarning,
"Passing more than 2 positional arguments to "
"depr_star_pos2_len2_with_kwd() is deprecated. Parameters 'c' and"
- " 'd' will become keyword-only parameters in Python 3.37.", 1))
+ " 'd' will become keyword-only parameters in Python 3.14.", 1))
{
goto exit;
}
"\n"
"Note: Passing more than 1 positional argument to depr_star_noinline()\n"
"is deprecated. Parameters \'b\' and \'c\' will become keyword-only\n"
-"parameters in Python 3.37.\n"
+"parameters in Python 3.14.\n"
"");
#define DEPR_STAR_NOINLINE_METHODDEF \
depr_star_noinline_impl(PyObject *module, PyObject *a, PyObject *b,
PyObject *c, const char *d, Py_ssize_t d_length);
-// Emit compiler warnings when we get to Python 3.37.
-#if PY_VERSION_HEX >= 0x032500C0
+// Emit compiler warnings when we get to Python 3.14.
+#if PY_VERSION_HEX >= 0x030e00C0
# error "Update the clinic input of 'depr_star_noinline'."
-#elif PY_VERSION_HEX >= 0x032500A0
+#elif PY_VERSION_HEX >= 0x030e00A0
# ifdef _MSC_VER
# pragma message ("Update the clinic input of 'depr_star_noinline'.")
# else
if (PyErr_WarnEx(PyExc_DeprecationWarning,
"Passing more than 1 positional argument to depr_star_noinline() "
"is deprecated. Parameters 'b' and 'c' will become keyword-only "
- "parameters in Python 3.37.", 1))
+ "parameters in Python 3.14.", 1))
{
goto exit;
}
"\n"
"Note: Passing more than 1 positional argument to depr_star_multi() is\n"
"deprecated. Parameter \'b\' will become a keyword-only parameter in\n"
-"Python 3.39. Parameters \'c\' and \'d\' will become keyword-only\n"
-"parameters in Python 3.38. Parameters \'e\', \'f\' and \'g\' will become\n"
-"keyword-only parameters in Python 3.37.\n"
+"Python 3.16. Parameters \'c\' and \'d\' will become keyword-only\n"
+"parameters in Python 3.15. Parameters \'e\', \'f\' and \'g\' will become\n"
+"keyword-only parameters in Python 3.14.\n"
"");
#define DEPR_STAR_MULTI_METHODDEF \
PyObject *d, PyObject *e, PyObject *f, PyObject *g,
PyObject *h);
-// Emit compiler warnings when we get to Python 3.37.
-#if PY_VERSION_HEX >= 0x032500C0
+// Emit compiler warnings when we get to Python 3.14.
+#if PY_VERSION_HEX >= 0x030e00C0
# error "Update the clinic input of 'depr_star_multi'."
-#elif PY_VERSION_HEX >= 0x032500A0
+#elif PY_VERSION_HEX >= 0x030e00A0
# ifdef _MSC_VER
# pragma message ("Update the clinic input of 'depr_star_multi'.")
# else
if (PyErr_WarnEx(PyExc_DeprecationWarning,
"Passing more than 1 positional argument to depr_star_multi() is "
"deprecated. Parameter 'b' will become a keyword-only parameter "
- "in Python 3.39. Parameters 'c' and 'd' will become keyword-only "
- "parameters in Python 3.38. Parameters 'e', 'f' and 'g' will "
- "become keyword-only parameters in Python 3.37.", 1))
+ "in Python 3.16. Parameters 'c' and 'd' will become keyword-only "
+ "parameters in Python 3.15. Parameters 'e', 'f' and 'g' will "
+ "become keyword-only parameters in Python 3.14.", 1))
{
goto exit;
}
"--\n"
"\n"
"Note: Passing keyword argument \'b\' to depr_kwd_required_1() is\n"
-"deprecated. Parameter \'b\' will become positional-only in Python 3.37.\n"
+"deprecated. Parameter \'b\' will become positional-only in Python 3.14.\n"
"");
#define DEPR_KWD_REQUIRED_1_METHODDEF \
static PyObject *
depr_kwd_required_1_impl(PyObject *module, PyObject *a, PyObject *b);
-// Emit compiler warnings when we get to Python 3.37.
-#if PY_VERSION_HEX >= 0x032500C0
+// Emit compiler warnings when we get to Python 3.14.
+#if PY_VERSION_HEX >= 0x030e00C0
# error "Update the clinic input of 'depr_kwd_required_1'."
-#elif PY_VERSION_HEX >= 0x032500A0
+#elif PY_VERSION_HEX >= 0x030e00A0
# ifdef _MSC_VER
# pragma message ("Update the clinic input of 'depr_kwd_required_1'.")
# else
if (PyErr_WarnEx(PyExc_DeprecationWarning,
"Passing keyword argument 'b' to depr_kwd_required_1() is "
"deprecated. Parameter 'b' will become positional-only in Python "
- "3.37.", 1))
+ "3.14.", 1))
{
goto exit;
}
"\n"
"Note: Passing keyword arguments \'b\' and \'c\' to depr_kwd_required_2()\n"
"is deprecated. Parameters \'b\' and \'c\' will become positional-only in\n"
-"Python 3.37.\n"
+"Python 3.14.\n"
"");
#define DEPR_KWD_REQUIRED_2_METHODDEF \
depr_kwd_required_2_impl(PyObject *module, PyObject *a, PyObject *b,
PyObject *c);
-// Emit compiler warnings when we get to Python 3.37.
-#if PY_VERSION_HEX >= 0x032500C0
+// Emit compiler warnings when we get to Python 3.14.
+#if PY_VERSION_HEX >= 0x030e00C0
# error "Update the clinic input of 'depr_kwd_required_2'."
-#elif PY_VERSION_HEX >= 0x032500A0
+#elif PY_VERSION_HEX >= 0x030e00A0
# ifdef _MSC_VER
# pragma message ("Update the clinic input of 'depr_kwd_required_2'.")
# else
if (PyErr_WarnEx(PyExc_DeprecationWarning,
"Passing keyword arguments 'b' and 'c' to depr_kwd_required_2() "
"is deprecated. Parameters 'b' and 'c' will become "
- "positional-only in Python 3.37.", 1))
+ "positional-only in Python 3.14.", 1))
{
goto exit;
}
"--\n"
"\n"
"Note: Passing keyword argument \'b\' to depr_kwd_optional_1() is\n"
-"deprecated. Parameter \'b\' will become positional-only in Python 3.37.\n"
+"deprecated. Parameter \'b\' will become positional-only in Python 3.14.\n"
"");
#define DEPR_KWD_OPTIONAL_1_METHODDEF \
static PyObject *
depr_kwd_optional_1_impl(PyObject *module, PyObject *a, PyObject *b);
-// Emit compiler warnings when we get to Python 3.37.
-#if PY_VERSION_HEX >= 0x032500C0
+// Emit compiler warnings when we get to Python 3.14.
+#if PY_VERSION_HEX >= 0x030e00C0
# error "Update the clinic input of 'depr_kwd_optional_1'."
-#elif PY_VERSION_HEX >= 0x032500A0
+#elif PY_VERSION_HEX >= 0x030e00A0
# ifdef _MSC_VER
# pragma message ("Update the clinic input of 'depr_kwd_optional_1'.")
# else
if (PyErr_WarnEx(PyExc_DeprecationWarning,
"Passing keyword argument 'b' to depr_kwd_optional_1() is "
"deprecated. Parameter 'b' will become positional-only in Python "
- "3.37.", 1))
+ "3.14.", 1))
{
goto exit;
}
"\n"
"Note: Passing keyword arguments \'b\' and \'c\' to depr_kwd_optional_2()\n"
"is deprecated. Parameters \'b\' and \'c\' will become positional-only in\n"
-"Python 3.37.\n"
+"Python 3.14.\n"
"");
#define DEPR_KWD_OPTIONAL_2_METHODDEF \
depr_kwd_optional_2_impl(PyObject *module, PyObject *a, PyObject *b,
PyObject *c);
-// Emit compiler warnings when we get to Python 3.37.
-#if PY_VERSION_HEX >= 0x032500C0
+// Emit compiler warnings when we get to Python 3.14.
+#if PY_VERSION_HEX >= 0x030e00C0
# error "Update the clinic input of 'depr_kwd_optional_2'."
-#elif PY_VERSION_HEX >= 0x032500A0
+#elif PY_VERSION_HEX >= 0x030e00A0
# ifdef _MSC_VER
# pragma message ("Update the clinic input of 'depr_kwd_optional_2'.")
# else
if (PyErr_WarnEx(PyExc_DeprecationWarning,
"Passing keyword arguments 'b' and 'c' to depr_kwd_optional_2() "
"is deprecated. Parameters 'b' and 'c' will become "
- "positional-only in Python 3.37.", 1))
+ "positional-only in Python 3.14.", 1))
{
goto exit;
}
"\n"
"Note: Passing keyword arguments \'a\', \'b\' and \'c\' to\n"
"depr_kwd_optional_3() is deprecated. Parameters \'a\', \'b\' and \'c\' will\n"
-"become positional-only in Python 3.37.\n"
+"become positional-only in Python 3.14.\n"
"");
#define DEPR_KWD_OPTIONAL_3_METHODDEF \
depr_kwd_optional_3_impl(PyObject *module, PyObject *a, PyObject *b,
PyObject *c);
-// Emit compiler warnings when we get to Python 3.37.
-#if PY_VERSION_HEX >= 0x032500C0
+// Emit compiler warnings when we get to Python 3.14.
+#if PY_VERSION_HEX >= 0x030e00C0
# error "Update the clinic input of 'depr_kwd_optional_3'."
-#elif PY_VERSION_HEX >= 0x032500A0
+#elif PY_VERSION_HEX >= 0x030e00A0
# ifdef _MSC_VER
# pragma message ("Update the clinic input of 'depr_kwd_optional_3'.")
# else
if (PyErr_WarnEx(PyExc_DeprecationWarning,
"Passing keyword arguments 'a', 'b' and 'c' to "
"depr_kwd_optional_3() is deprecated. Parameters 'a', 'b' and 'c'"
- " will become positional-only in Python 3.37.", 1))
+ " will become positional-only in Python 3.14.", 1))
{
goto exit;
}
"\n"
"Note: Passing keyword arguments \'b\' and \'c\' to\n"
"depr_kwd_required_optional() is deprecated. Parameters \'b\' and \'c\'\n"
-"will become positional-only in Python 3.37.\n"
+"will become positional-only in Python 3.14.\n"
"");
#define DEPR_KWD_REQUIRED_OPTIONAL_METHODDEF \
depr_kwd_required_optional_impl(PyObject *module, PyObject *a, PyObject *b,
PyObject *c);
-// Emit compiler warnings when we get to Python 3.37.
-#if PY_VERSION_HEX >= 0x032500C0
+// Emit compiler warnings when we get to Python 3.14.
+#if PY_VERSION_HEX >= 0x030e00C0
# error "Update the clinic input of 'depr_kwd_required_optional'."
-#elif PY_VERSION_HEX >= 0x032500A0
+#elif PY_VERSION_HEX >= 0x030e00A0
# ifdef _MSC_VER
# pragma message ("Update the clinic input of 'depr_kwd_required_optional'.")
# else
if (PyErr_WarnEx(PyExc_DeprecationWarning,
"Passing keyword arguments 'b' and 'c' to "
"depr_kwd_required_optional() is deprecated. Parameters 'b' and "
- "'c' will become positional-only in Python 3.37.", 1))
+ "'c' will become positional-only in Python 3.14.", 1))
{
goto exit;
}
"\n"
"Note: Passing keyword arguments \'b\' and \'c\' to depr_kwd_noinline() is\n"
"deprecated. Parameters \'b\' and \'c\' will become positional-only in\n"
-"Python 3.37.\n"
+"Python 3.14.\n"
"");
#define DEPR_KWD_NOINLINE_METHODDEF \
depr_kwd_noinline_impl(PyObject *module, PyObject *a, PyObject *b,
PyObject *c, const char *d, Py_ssize_t d_length);
-// Emit compiler warnings when we get to Python 3.37.
-#if PY_VERSION_HEX >= 0x032500C0
+// Emit compiler warnings when we get to Python 3.14.
+#if PY_VERSION_HEX >= 0x030e00C0
# error "Update the clinic input of 'depr_kwd_noinline'."
-#elif PY_VERSION_HEX >= 0x032500A0
+#elif PY_VERSION_HEX >= 0x030e00A0
# ifdef _MSC_VER
# pragma message ("Update the clinic input of 'depr_kwd_noinline'.")
# else
if (PyErr_WarnEx(PyExc_DeprecationWarning,
"Passing keyword arguments 'b' and 'c' to depr_kwd_noinline() is "
"deprecated. Parameters 'b' and 'c' will become positional-only "
- "in Python 3.37.", 1))
+ "in Python 3.14.", 1))
{
goto exit;
}
"\n"
"Note: Passing keyword arguments \'b\', \'c\', \'d\', \'e\', \'f\' and \'g\' to\n"
"depr_kwd_multi() is deprecated. Parameter \'b\' will become positional-\n"
-"only in Python 3.37. Parameters \'c\' and \'d\' will become positional-\n"
-"only in Python 3.38. Parameters \'e\', \'f\' and \'g\' will become\n"
-"positional-only in Python 3.39.\n"
+"only in Python 3.14. Parameters \'c\' and \'d\' will become positional-\n"
+"only in Python 3.15. Parameters \'e\', \'f\' and \'g\' will become\n"
+"positional-only in Python 3.16.\n"
"");
#define DEPR_KWD_MULTI_METHODDEF \
PyObject *d, PyObject *e, PyObject *f, PyObject *g,
PyObject *h);
-// Emit compiler warnings when we get to Python 3.37.
-#if PY_VERSION_HEX >= 0x032500C0
+// Emit compiler warnings when we get to Python 3.14.
+#if PY_VERSION_HEX >= 0x030e00C0
# error "Update the clinic input of 'depr_kwd_multi'."
-#elif PY_VERSION_HEX >= 0x032500A0
+#elif PY_VERSION_HEX >= 0x030e00A0
# ifdef _MSC_VER
# pragma message ("Update the clinic input of 'depr_kwd_multi'.")
# else
if (PyErr_WarnEx(PyExc_DeprecationWarning,
"Passing keyword arguments 'b', 'c', 'd', 'e', 'f' and 'g' to "
"depr_kwd_multi() is deprecated. Parameter 'b' will become "
- "positional-only in Python 3.37. Parameters 'c' and 'd' will "
- "become positional-only in Python 3.38. Parameters 'e', 'f' and "
- "'g' will become positional-only in Python 3.39.", 1))
+ "positional-only in Python 3.14. Parameters 'c' and 'd' will "
+ "become positional-only in Python 3.15. Parameters 'e', 'f' and "
+ "'g' will become positional-only in Python 3.16.", 1))
{
goto exit;
}
"--\n"
"\n"
"Note: Passing keyword arguments \'b\' and \'c\' to depr_multi() is\n"
-"deprecated. Parameter \'b\' will become positional-only in Python 3.37.\n"
-"Parameter \'c\' will become positional-only in Python 3.38.\n"
+"deprecated. Parameter \'b\' will become positional-only in Python 3.14.\n"
+"Parameter \'c\' will become positional-only in Python 3.15.\n"
"\n"
"\n"
"Note: Passing more than 4 positional arguments to depr_multi() is\n"
"deprecated. Parameter \'e\' will become a keyword-only parameter in\n"
-"Python 3.38. Parameter \'f\' will become a keyword-only parameter in\n"
-"Python 3.37.\n"
+"Python 3.15. Parameter \'f\' will become a keyword-only parameter in\n"
+"Python 3.14.\n"
"");
#define DEPR_MULTI_METHODDEF \
depr_multi_impl(PyObject *module, PyObject *a, PyObject *b, PyObject *c,
PyObject *d, PyObject *e, PyObject *f, PyObject *g);
-// Emit compiler warnings when we get to Python 3.37.
-#if PY_VERSION_HEX >= 0x032500C0
+// Emit compiler warnings when we get to Python 3.14.
+#if PY_VERSION_HEX >= 0x030e00C0
# error "Update the clinic input of 'depr_multi'."
-#elif PY_VERSION_HEX >= 0x032500A0
+#elif PY_VERSION_HEX >= 0x030e00A0
# ifdef _MSC_VER
# pragma message ("Update the clinic input of 'depr_multi'.")
# else
if (PyErr_WarnEx(PyExc_DeprecationWarning,
"Passing more than 4 positional arguments to depr_multi() is "
"deprecated. Parameter 'e' will become a keyword-only parameter "
- "in Python 3.38. Parameter 'f' will become a keyword-only "
- "parameter in Python 3.37.", 1))
+ "in Python 3.15. Parameter 'f' will become a keyword-only "
+ "parameter in Python 3.14.", 1))
{
goto exit;
}
if (PyErr_WarnEx(PyExc_DeprecationWarning,
"Passing keyword arguments 'b' and 'c' to depr_multi() is "
"deprecated. Parameter 'b' will become positional-only in Python "
- "3.37. Parameter 'c' will become positional-only in Python 3.38.", 1))
+ "3.14. Parameter 'c' will become positional-only in Python 3.15.", 1))
{
goto exit;
}
exit:
return return_value;
}
-/*[clinic end generated code: output=517bb49913bafc4a input=a9049054013a1b77]*/
+/*[clinic end generated code: output=4e60af44fd6b7b94 input=a9049054013a1b77]*/