]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.8] bpo-25872: Fix KeyError in linecache when multithreaded (GH-18007) (GH-20092)
authorAndrew Kuchling <amk@amk.ca>
Fri, 29 May 2020 11:59:44 +0000 (07:59 -0400)
committerGitHub <noreply@github.com>
Fri, 29 May 2020 11:59:44 +0000 (04:59 -0700)
commitb86636bff4b29ce23c886df079715dd951f13a07
treee426c0cda47ec2a9cd568ce367950fae5cf163b8
parent6381ee077d3c69d2f947f7bf87d8ec76e0caf189
[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).
Lib/linecache.py
Misc/NEWS.d/next/Library/2020-05-14-13-25-36.bpo-25872.5D5538.rst [new file with mode: 0644]