| commit | c02e1e65c45753dafc7ae1b6c0b120323b2a10b7 | [log] [tgz] |
|---|---|---|
| author | Martin v. Löwis <martin@v.loewis.de> | Sun Jul 29 16:30:50 2012 +0200 |
| committer | Martin v. Löwis <martin@v.loewis.de> | Sun Jul 29 16:30:50 2012 +0200 |
| tree | 737edd05afba7a2fe033565d60a07fe00cdd00ed | |
| parent | 6812346808fd34e61ac9d3c6a9d7b0c2e0a4454e [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 c2594c2..d3964f8 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -887,6 +887,9 @@ Tests ----- +- Issue #15467: Move helpers for __sizeof__ tests into test_support. + Patch by Serhiy Storchaka. + - Issue #11689: Fix a variable scoping error in an sqlite3 test. Initial patch by Torsten Landschoff.