summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2023-01-26 07:24:39 -0500
committerNed Batchelder <ned@nedbatchelder.com>2023-02-03 05:13:47 -0800
commit131060464647cd4c96fe8b79936d463847e9c0df (patch)
tree76b15e406bc9c6e0d4022bd2a4e09f76cca010f5
parent96af3eae92a7b5dc1053be194820adf47c17777a (diff)
downloadpython-coveragepy-git-131060464647cd4c96fe8b79936d463847e9c0df.tar.gz
docs: paperwork for #1543
This is about the fix in commit 96af3eae92a7b5dc1053be194820adf47c17777a
-rw-r--r--CHANGES.rst6
-rw-r--r--CONTRIBUTORS.txt1
2 files changed, 7 insertions, 0 deletions
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 <pull 1543_>`_, closing `issue 1542`_.
+
- Added a ``py.typed`` file to announce our type-hintedness. Thanks,
`KotlinIsland <pull 1550_>`_.
+.. _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