Message401097
Note, I'm not proposing a create_function() decorator. That is just for the proof of concept. The actual logic would go into normal function creation, the same place that __annotations__ gets added.
Also, there may be a better place than func.__globals__ to accumulate the overloads. For the proof-of-concept, it was just the easiest way to go. |
|
| Date |
User |
Action |
Args |
| 2021-09-05 16:53:27 | rhettinger | set | recipients:
+ rhettinger, gvanrossum, ronaldoussoren, kj, AlexWaygood, DiddiLeija |
| 2021-09-05 16:53:27 | rhettinger | set | messageid: <[email protected]> |
| 2021-09-05 16:53:27 | rhettinger | link | issue45100 messages |
| 2021-09-05 16:53:27 | rhettinger | create | |
|