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 Spencer Brown
Recipients AlexWaygood, DiddiLeija, JelleZijlstra, Spencer Brown, gvanrossum, kj, rhettinger, ronaldoussoren
Date 2022-02-21.22:01:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1645480920.02.0.502134853166.issue45100@roundup.psfhosted.org>
In-reply-to
Content
I'm not sure a get_overloads() function potentially called after the fact would fully work - there's the tricky case of nested functions, where the overload list would need to be somehow cleared to ensure every instantiation doesn't endlessly append to the same list. It's probably also desirable to weakref it (or make it an attribute) so they can be decrefed if the function isn't being used.
History
Date User Action Args
2022-02-21 22:02:00Spencer Brownsetrecipients: + Spencer Brown, gvanrossum, rhettinger, ronaldoussoren, JelleZijlstra, kj, AlexWaygood, DiddiLeija
2022-02-21 22:02:00Spencer Brownsetmessageid: <1645480920.02.0.502134853166.issue45100@roundup.psfhosted.org>
2022-02-21 22:02:00Spencer Brownlinkissue45100 messages
2022-02-21 22:01:59Spencer Browncreate