Uh oh!
There was an error while loading. Please reload this page.
gh-112070: make functools.lru_cache threadsafe in --disable-gil build - #112111
Conversation
Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool. If this change has little impact on Python users, wait for a maintainer to apply the |
functools.lrucacle threadsafe in --disable-gil buildfunctools.lru_cache threadsafe in --disable-gil buildcb84c37 to
f243dbdCompareMost changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool. If this change has little impact on Python users, wait for a maintainer to apply the |
daec45a to
9d75348Compare
colesbury
left a comment
There was a problem hiding this comment.
Thanks @wanderxjtu! I left a few comments inline. I don't think this change needs a NEWS entry, so I added the "skip news" label and removed the NEWS file.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
colesbury
left a comment
There was a problem hiding this comment.
Thanks @wanderxjtu!
@corona10, would you please review this PR?
corona10
commented
Nov 16, 2023
I will take a look |
…il build (pythongh-112111) * pythongh-112070: make `functools.lrucacle` threadsafe in --disable-gil build * pythongh-112070: update generate `functoolsmodule` files * pythongh-112070: add NEWS file * Delete Misc/NEWS.d/next/Library/2023-11-15-20-19-45.gh-issue-112070.q6OhcU.rst * pythongh-112070: reformat functoolsmodule.c --------- Co-authored-by: Sam Gross <colesbury@gmail.com>
…il build (pythongh-112111) * pythongh-112070: make `functools.lrucacle` threadsafe in --disable-gil build * pythongh-112070: update generate `functoolsmodule` files * pythongh-112070: add NEWS file * Delete Misc/NEWS.d/next/Library/2023-11-15-20-19-45.gh-issue-112070.q6OhcU.rst * pythongh-112070: reformat functoolsmodule.c --------- Co-authored-by: Sam Gross <colesbury@gmail.com>
Fixes#112070
functools.lru_cachethread-safe in--disable-gilbuilds #112070