summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorThomas Grainger <tagrain@gmail.com>2024-12-10 07:40:54 (GMT)
committerGitHub <noreply@github.com>2024-12-10 07:40:54 (GMT)
commit2233c303e476496fc4c85a29a1429a7e4b1f707b (patch)
tree19c1d1fa402c289b0380099bb7568e550828b157 /Misc/NEWS.d
parent3983527c3a6b389e373a233e514919555853ccb3 (diff)
downloadcpython-2233c303e476496fc4c85a29a1429a7e4b1f707b.zip
cpython-2233c303e476496fc4c85a29a1429a7e4b1f707b.tar.gz
cpython-2233c303e476496fc4c85a29a1429a7e4b1f707b.tar.bz2
gh-126775: make linecache.checkcache threadsafe and GC re-entrency safe (#126776)
Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com> Co-authored-by: Bartosz SÅ‚awecki <bartoszpiotrslawecki@gmail.com>
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/Library/2024-11-13-10-44-25.gh-issue-126775.a3ubjh.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2024-11-13-10-44-25.gh-issue-126775.a3ubjh.rst b/Misc/NEWS.d/next/Library/2024-11-13-10-44-25.gh-issue-126775.a3ubjh.rst
new file mode 100644
index 0000000..429fc2a
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2024-11-13-10-44-25.gh-issue-126775.a3ubjh.rst
@@ -0,0 +1 @@
+Make :func:`linecache.checkcache` thread safe and GC re-entrancy safe.