[Python-Dev] PEP 443 - Single-dispatch generic functions (including ABC support) (original) (raw)
PJ Eby pje at telecommunity.com
Sat May 25 18:48:45 CEST 2013
- Previous message: [Python-Dev] PEP 443 - Single-dispatch generic functions (including ABC support)
- Next message: [Python-Dev] PEP 443 - Single-dispatch generic functions (including ABC support)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Sat, May 25, 2013 at 10:59 AM, Nick Coghlan <ncoghlan at gmail.com> wrote:
Given the global nature of the cache invalidation, it may be better as a module level abc.getcachetoken() function.
Well, since the only reason to ever use it is to improve performance, it'd be better to expose it as an attribute than as a function. ;-)
- Previous message: [Python-Dev] PEP 443 - Single-dispatch generic functions (including ABC support)
- Next message: [Python-Dev] PEP 443 - Single-dispatch generic functions (including ABC support)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]