@@ -5303,9 +5303,9 @@ Test_meth_coexist_impl(TestObj *self)
5303
5303
Test.property
5304
5304
[clinic start generated code]*/
5305
5305
5306
- #if defined(Test_property_HAS_DOCSTR )
5306
+ #if defined(Test_property_HAS_DOCSTR ) && !defined( Test_property_DOCSTR )
5307
5307
# define Test_property_DOCSTR Test_property__doc__
5308
- #else
5308
+ #elif !defined( Test_property_DOCSTR )
5309
5309
# define Test_property_DOCSTR NULL
5310
5310
#endif
5311
5311
#if defined(TEST_PROPERTY_GETSETDEF )
@@ -5326,16 +5326,16 @@ Test_property_get(TestObj *self, void *Py_UNUSED(context))
5326
5326
5327
5327
static PyObject *
5328
5328
Test_property_get_impl (TestObj * self )
5329
- /*[clinic end generated code: output=27b519719d992e03 input=2d92b3449fbc7d2b]*/
5329
+ /*[clinic end generated code: output=6badc79669979e96 input=2d92b3449fbc7d2b]*/
5330
5330
5331
5331
/*[clinic input]
5332
5332
@setter
5333
5333
Test.property
5334
5334
[clinic start generated code]*/
5335
5335
5336
- #if defined(TEST_PROPERTY_HAS_DOCSTR )
5336
+ #if defined(Test_property_HAS_DOCSTR ) && !defined( Test_property_DOCSTR )
5337
5337
# define Test_property_DOCSTR Test_property__doc__
5338
- #else
5338
+ #elif !defined( Test_property_DOCSTR )
5339
5339
# define Test_property_DOCSTR NULL
5340
5340
#endif
5341
5341
#if defined(TEST_PROPERTY_GETSETDEF )
@@ -5360,7 +5360,7 @@ Test_property_set(TestObj *self, PyObject *value, void *Py_UNUSED(context))
5360
5360
5361
5361
static int
5362
5362
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]*/
5364
5364
5365
5365
/*[clinic input]
5366
5366
output push
0 commit comments