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 rhettinger
Recipients AlexWaygood, DiddiLeija, gvanrossum, kj, rhettinger, ronaldoussoren
Date 2021-09-05.16:53:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
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.
History
Date User Action Args
2021-09-05 16:53:27rhettingersetrecipients: + rhettinger, gvanrossum, ronaldoussoren, kj, AlexWaygood, DiddiLeija
2021-09-05 16:53:27rhettingersetmessageid: <[email protected]>
2021-09-05 16:53:27rhettingerlinkissue45100 messages
2021-09-05 16:53:27rhettingercreate