From 131060464647cd4c96fe8b79936d463847e9c0df Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Thu, 26 Jan 2023 07:24:39 -0500 Subject: docs: paperwork for #1543 This is about the fix in commit 96af3eae92a7b5dc1053be194820adf47c17777a --- CHANGES.rst | 6 ++++++ CONTRIBUTORS.txt | 1 + 2 files changed, 7 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 627b10dc..0023f31b 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -20,9 +20,15 @@ development at the same time, such as 4.5.x and 5.0. Unreleased ---------- +- Fix: In some embedded environments, an IndexError could occur on stop() when + the originating thread exits before completion. This is now fixed, thanks to + `Russell Keith-Magee `_, closing `issue 1542`_. + - Added a ``py.typed`` file to announce our type-hintedness. Thanks, `KotlinIsland `_. +.. _issue 1542: https://github.com/nedbat/coveragepy/issues/1542 +.. _pull 1543: https://github.com/nedbat/coveragepy/pull/1543 .. _pull 1550: https://github.com/nedbat/coveragepy/pull/1550 diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt index 012963d1..e06acd07 100644 --- a/CONTRIBUTORS.txt +++ b/CONTRIBUTORS.txt @@ -139,6 +139,7 @@ Rodrigue Cloutier Roger Hu Ross Lawley Roy Williams +Russell Keith-Magee Salvatore Zagaria Sandra Martocchia Scott Belden -- cgit v1.2.1