Message 415470 - Python tracker (original) (raw)
Message415470
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:56 | Tim Mitchell2 | set | recipients: + Tim Mitchell2, methane, lukasz.langa, dschaumont, bojan.jovanovic.gtech |
2022-03-18 06:05:56 | Tim Mitchell2 | set | messageid: 1647583556.1.0.167831534681.issue36457@roundup.psfhosted.org |
2022-03-18 06:05:56 | Tim Mitchell2 | link | issue36457 messages |
2022-03-18 06:05:56 | Tim Mitchell2 | create |