This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author karlcow
Recipients Julian.Gindi, ajitesh.gupta, karlcow, python-dev, r.david.murray, serhiy.storchaka, zach.ware
Date 2021-01-07.11:12:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1610017975.97.0.753117399675.issue19683@roundup.psfhosted.org>
In-reply-to
Content
Ah no. They ARE used

through defproperty and minicompat.py

get = getattr(klass, ("_get_" + name))
History
Date User Action Args
2021-01-07 11:12:56karlcowsetrecipients: + karlcow, r.david.murray, python-dev, zach.ware, serhiy.storchaka, Julian.Gindi, ajitesh.gupta
2021-01-07 11:12:55karlcowsetmessageid: <1610017975.97.0.753117399675.issue19683@roundup.psfhosted.org>
2021-01-07 11:12:55karlcowlinkissue19683 messages
2021-01-07 11:12:55karlcowcreate