summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index cf07233..7bb43e1 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1287,6 +1287,8 @@ Extension Modules
Tests
-----
+- Refactor test_profile and test_cprofile to use the same code to profile.
+
- Make test_runpy reentrant by fixing _check_module to clear out any module
being tested. Was causing an error by __import__ doing a reload on the
second run and thus suppressing bytecode recreation.