Message 183968 - Python tracker

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.

Content
> Which does give me a thought - perhaps lru_cache in 3.4 could accept a 
> "key" argument that is called as "key(*args, **kwds)" to derive the cache 
> key? (that would be a separate issue, of course)

Agreed.  I suggested the same in an earlier post.