Message389914
Isn't the problem that Python functions are (non-overriding) descriptors, but builtin-functions are not descriptors?
Changing static methods is not going to fix that.
How about adding wrappers to make Python functions behave like builtin functions and vice versa? |
|
| Date |
User |
Action |
Args |
| 2021-03-31 15:56:11 | Mark.Shannon | set | recipients:
+ Mark.Shannon, mark.dickinson, vstinner |
| 2021-03-31 15:56:11 | Mark.Shannon | set | messageid: <[email protected]> |
| 2021-03-31 15:56:11 | Mark.Shannon | link | issue43682 messages |
| 2021-03-31 15:56:11 | Mark.Shannon | create | |
|