diff options
author | Mark Dickinson <dickinsm@gmail.com> | 2016-08-23 16:33:54 (GMT) |
---|---|---|
committer | Mark Dickinson <dickinsm@gmail.com> | 2016-08-23 16:33:54 (GMT) |
commit | 4fe9f163af895c980a3d36417b11484808e7e600 (patch) | |
tree | d261334e232162c00ee3b177b68286a523e0213f /Misc/NEWS | |
parent | 7caf908c64a0d6d8c875e7403f22992227be47f2 (diff) | |
download | cpython-4fe9f163af895c980a3d36417b11484808e7e600.zip cpython-4fe9f163af895c980a3d36417b11484808e7e600.tar.gz cpython-4fe9f163af895c980a3d36417b11484808e7e600.tar.bz2 |
Issue #26040 (part 1): add new testcases to cmath_testcases.txt. Thanks Jeff Allen.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -66,6 +66,9 @@ Library Tests ----- +- Issue #26040: Improve math and cmath test 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. |