diff options
author | Mark Dickinson <dickinsm@gmail.com> | 2016-09-03 18:30:22 (GMT) |
---|---|---|
committer | Mark Dickinson <dickinsm@gmail.com> | 2016-09-03 18:30:22 (GMT) |
commit | 96f774d8246e91bc30fc440b65f9c7a435462f45 (patch) | |
tree | 6692b7c69287ecdce26612c74f0cab812801a17e /Misc | |
parent | 06cf601e4f9ce57d12573943dda90d1ee4330b7a (diff) | |
download | cpython-96f774d8246e91bc30fc440b65f9c7a435462f45.zip cpython-96f774d8246e91bc30fc440b65f9c7a435462f45.tar.gz cpython-96f774d8246e91bc30fc440b65f9c7a435462f45.tar.bz2 |
Issue #26040: Improve test_math and test_cmath coverage and rigour. Thanks Jeff Allen.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -135,6 +135,9 @@ Library Tests ----- +- Issue #26040: Improve test_math and test_cmath coverage and rigour. Patch by + Jeff Allen. + - Issue #27787: Call gc.collect() before checking each test for "dangling threads", since the dangling threads are weak references. |