Message 413684 - Python tracker (original) (raw)

Message413684

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:00 Spencer Brown set recipients: + Spencer Brown, gvanrossum, rhettinger, ronaldoussoren, JelleZijlstra, kj, AlexWaygood, DiddiLeija
2022-02-21 22:02:00 Spencer Brown set messageid: 1645480920.02.0.502134853166.issue45100@roundup.psfhosted.org
2022-02-21 22:02:00 Spencer Brown link issue45100 messages
2022-02-21 22:01:59 Spencer Brown create