1. 05 Sep, 2017 1 commit
    • Raymond Hettinger's avatar
      Add comment to explain the implications of not sorting keywords (#3331) · 55037095
      Raymond Hettinger authored
      In Python 3.6, sorted() was removed from _make_key() for the lru_cache and instead rely on guaranteed keyword argument order preservation.  This makes keyword argument handling faster but it also causes multiple callers with a different keyword argument order to be cached as separate items.  Depending on your point of view, this is either a performance regression (increased number of cache misses) or a performance enhancement (faster computation of keys).
      55037095
  2. 04 Sep, 2017 28 commits
  3. 03 Sep, 2017 4 commits
  4. 01 Sep, 2017 6 commits
  5. 30 Aug, 2017 1 commit