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 Tim Mitchell2
Recipients Tim Mitchell2, bojan.jovanovic.gtech, dschaumont, lukasz.langa, methane
Date 2022-03-18.06:05:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1647583556.1.0.167831534681.issue36457@roundup.psfhosted.org>
In-reply-to
Content
I've come up with a version that does not require a base class.

Seems a bit hacky as the descriptor __get__ method now modifies the class to put the dispatch table in place the first time the method is accessed.
History
Date User Action Args
2022-03-18 06:05:56Tim Mitchell2setrecipients: + Tim Mitchell2, methane, lukasz.langa, dschaumont, bojan.jovanovic.gtech
2022-03-18 06:05:56Tim Mitchell2setmessageid: <1647583556.1.0.167831534681.issue36457@roundup.psfhosted.org>
2022-03-18 06:05:56Tim Mitchell2linkissue36457 messages
2022-03-18 06:05:56Tim Mitchell2create