summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2012-07-29 14:33:05 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2012-07-29 14:33:05 (GMT)
commit33f799725cb9ae21f0fed87eea4b13d7611ceeee (patch)
treeba45c2e081d23c66388b5530c584085d0920b932 /Misc
parent90bc2dbccef5d74f0dd6875c555ee33187cfec37 (diff)
downloadcpython-33f799725cb9ae21f0fed87eea4b13d7611ceeee.zip
cpython-33f799725cb9ae21f0fed87eea4b13d7611ceeee.tar.gz
cpython-33f799725cb9ae21f0fed87eea4b13d7611ceeee.tar.bz2
Issue #15467: Move helpers for __sizeof__ tests into test_support.
Patch by Serhiy Storchaka.
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 ab877cf..4d3a4da 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -383,6 +383,9 @@ Extension Modules
Tests
-----
+- Issue #15467: Move helpers for __sizeof__ tests into test_support.
+ Patch by Serhiy Storchaka.
+
- Issue #15320: Make iterating the list of tests thread-safe when running
tests in multiprocess mode. Patch by Chris Jerdonek.