| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Use a proper LRU cache for namedtuplesfast-namedtuple | Daniele Varrazzo | 2019-02-02 | 1 | -0/+104 |
| Previous one didn't refresh by last use. Use the stdlib version for py3 and one of our own for py2. Max size set to 512, which should be fine for everyone (tweaking is still possible by monkeypatching, as the tests do, but I don't want to make an interface of it). | |||||
