Skip to content

Commit 9ec0ba9

Browse files
committed
Regenerate clinic test file.
1 parent 72c475e commit 9ec0ba9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Lib/test/clinic.test.c

+6-6
Original file line numberDiff line numberDiff line change
@@ -5303,9 +5303,9 @@ Test_meth_coexist_impl(TestObj *self)
53035303
Test.property
53045304
[clinic start generated code]*/
53055305

5306-
#if defined(Test_property_HAS_DOCSTR)
5306+
#if defined(Test_property_HAS_DOCSTR) && !defined(Test_property_DOCSTR)
53075307
# define Test_property_DOCSTR Test_property__doc__
5308-
#else
5308+
#elif !defined(Test_property_DOCSTR)
53095309
# define Test_property_DOCSTR NULL
53105310
#endif
53115311
#if defined(TEST_PROPERTY_GETSETDEF)
@@ -5326,16 +5326,16 @@ Test_property_get(TestObj *self, void *Py_UNUSED(context))
53265326

53275327
static PyObject *
53285328
Test_property_get_impl(TestObj *self)
5329-
/*[clinic end generated code: output=27b519719d992e03 input=2d92b3449fbc7d2b]*/
5329+
/*[clinic end generated code: output=6badc79669979e96 input=2d92b3449fbc7d2b]*/
53305330

53315331
/*[clinic input]
53325332
@setter
53335333
Test.property
53345334
[clinic start generated code]*/
53355335

5336-
#if defined(TEST_PROPERTY_HAS_DOCSTR)
5336+
#if defined(Test_property_HAS_DOCSTR) && !defined(Test_property_DOCSTR)
53375337
# define Test_property_DOCSTR Test_property__doc__
5338-
#else
5338+
#elif !defined(Test_property_DOCSTR)
53395339
# define Test_property_DOCSTR NULL
53405340
#endif
53415341
#if defined(TEST_PROPERTY_GETSETDEF)
@@ -5360,7 +5360,7 @@ Test_property_set(TestObj *self, PyObject *value, void *Py_UNUSED(context))
53605360

53615361
static int
53625362
Test_property_set_impl(TestObj *self, PyObject *value)
5363-
/*[clinic end generated code: output=d51023f17c4ac3a1 input=3bc3f46a23c83a88]*/
5363+
/*[clinic end generated code: output=da7d5420a9ff8507 input=3bc3f46a23c83a88]*/
53645364

53655365
/*[clinic input]
53665366
output push

0 commit comments

Comments
 (0)