| commit | 0ee2d77331f2362fcaab20cc678530b18e467e3c | [log] [tgz] |
|---|---|---|
| author | Wanderxjtu <wanderhuang@gmail.com> | Fri Nov 17 13:03:02 2023 +0800 |
| committer | GitHub <noreply@github.com> | Fri Nov 17 14:03:02 2023 +0900 |
| tree | 83dfac198f31066451e462dd0e779836fa93e2a8 | |
| parent | 8cd70eefc7f3363cfa0d43f34522c3072fa9e160 [diff] |
gh-112070: make `functools.lru_cache` threadsafe in --disable-gil build (gh-112111) * gh-112070: make `functools.lrucacle` threadsafe in --disable-gil build * gh-112070: update generate `functoolsmodule` files * gh-112070: add NEWS file * Delete Misc/NEWS.d/next/Library/2023-11-15-20-19-45.gh-issue-112070.q6OhcU.rst * gh-112070: reformat functoolsmodule.c --------- Co-authored-by: Sam Gross <colesbury@gmail.com>