summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-08-20 06:50:14 (GMT)
committerMartin Panter <vadmium+py@gmail.com>2016-08-20 06:50:14 (GMT)
commit68c1f1ed034bc0084596e19540910623ecbf64de (patch)
tree053ef2b8c189e2b30189bb4e7cb2bf20edc84cf1 /Misc
parent17cfc86422ff27c5c1d88ec31c1449850bc5df68 (diff)
downloadcpython-68c1f1ed034bc0084596e19540910623ecbf64de.zip
cpython-68c1f1ed034bc0084596e19540910623ecbf64de.tar.gz
cpython-68c1f1ed034bc0084596e19540910623ecbf64de.tar.bz2
Issue #27787: Clean up weak references before checking for dangling threads
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 07a76e6..3ef2e61 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -155,6 +155,9 @@ C API
Tests
-----
+- Issue #27787: Call gc.collect() before checking each test for "dangling
+ threads", since the dangling threads are weak references.
+
- Issue #27369: In test_pyexpat, avoid testing an error message detail that
changed in Expat 2.2.0.