• Bouke Haarsma's avatar
    Fixed #21351 -- Replaced memoize with Python's lru_cache. · 9b7455e9
    Bouke Haarsma yazdı
    Replaced the custom, untested memoize with a similar decorator from Python's
    3.2 stdlib. Although some minor performance degradation (see ticket), it is
    expected that in the long run lru_cache will outperform memoize once it is
    implemented in C.
    
    Thanks to EvilDMP for the report and Baptiste Mispelon for the idea of
    replacing memoize with lru_cache.
    9b7455e9
Adı
Son kayıt (commit)
Son güncelleme
..
_images Loading commit data...
contributing Loading commit data...
committers.txt Loading commit data...
deprecation.txt Loading commit data...
git.txt Loading commit data...
howto-release-django.txt Loading commit data...
index.txt Loading commit data...
mailing-lists.txt Loading commit data...
release-process.txt Loading commit data...
security.txt Loading commit data...