Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
[3.8] bpo-25872: Add NEWS.d item
  • Loading branch information
akuchling committed May 14, 2020
commit 91eeeecdfb7980bd528089869a6af4bf49fbfae6
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
:mod:`linecache` could crash with a :exc:`KeyError` when accessed from multiple threads.
Fix by Michael Graczyk.