mirror of
https://github.com/python/cpython.git
synced 2026-05-21 20:03:06 -04:00
7ba8e1cbfd
the __doc__ into the subclass instance __dict__. The fix refactors property_copy to call property_init in such a way that the __doc__ logic is re-executed correctly when getter_doc is 1, thus simplifying property_copy.