repoze / repoze.lru

Tiny LRU cache
http://pypi.python.org/pypi/repoze.lru/
Other
103 stars 24 forks source link

fix crash on memoizing partial #21

Closed MichaelBlume closed 10 years ago

MichaelBlume commented 11 years ago

functools.partial objects don't have module or name

this is arguably a problem with functools, but accomodate it anyway.

MichaelBlume commented 11 years ago

Anything I should be doing to help with this patch?

tseaver commented 10 years ago

Sorry for the delay. If you could address my line comments, along with the following two housekeeping bits, I would be glad to merge:

tseaver commented 10 years ago

Thanks!