diff options
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |