| commit | 33f799725cb9ae21f0fed87eea4b13d7611ceeee | [log] [tgz] |
|---|---|---|
| author | Martin v. Löwis <martin@v.loewis.de> | Sun Jul 29 16:33:05 2012 +0200 |
| committer | Martin v. Löwis <martin@v.loewis.de> | Sun Jul 29 16:33:05 2012 +0200 |
| tree | ba45c2e081d23c66388b5530c584085d0920b932 | |
| parent | 90bc2dbccef5d74f0dd6875c555ee33187cfec37 [diff] [blame] |
Issue #15467: Move helpers for __sizeof__ tests into test_support. Patch by Serhiy Storchaka.
diff --git a/Misc/NEWS b/Misc/NEWS index ab877cf..4d3a4da 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -383,6 +383,9 @@ 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.