@@ -5303,9 +5303,9 @@ Test_meth_coexist_impl(TestObj *self)
53035303Test.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
53275327static PyObject *
53285328Test_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
53335333Test.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
53615361static int
53625362Test_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]
53665366output push
0 commit comments