]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.8] bpo-25872: Fix KeyError in linecache when multithreaded (GH-18007) (GH-20092)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 29 May 2020 12:17:42 +0000 (05:17 -0700)
committerGitHub <noreply@github.com>
Fri, 29 May 2020 12:17:42 +0000 (05:17 -0700)
commit852e8a7ed4d3d48e5c1c8120cfc932eb6a84bb8e
tree76a4096b4ece9ed71292db6c85d4d49d3ae02fa9
parent5f977e09e8a29dbd5972ad79c4fd17a394d1857f
[3.8] bpo-25872: Fix KeyError in linecache when multithreaded (GH-18007) (GH-20092)

Backporting to 3.8 and adding a NEWS item (I should have added one to the master branch -- oh well).
(cherry picked from commit b86636bff4b29ce23c886df079715dd951f13a07)

Co-authored-by: Andrew Kuchling <amk@amk.ca>
Lib/linecache.py
Misc/NEWS.d/next/Library/2020-05-14-13-25-36.bpo-25872.5D5538.rst [new file with mode: 0644]