commit | e3af6f0a888aa16c364fb20a7f9ea82ca9374d0c | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Sun Mar 16 10:07:26 2014 +0100 |
committer | Benjamin Peterson <benjamin@python.org> | Sun Mar 16 10:07:26 2014 +0100 |
tree | 9d44cc782bae30f18a837c05208a6982901794df | |
parent | c7692805f77844b664f746e5fe6125c726c22c13 [diff] |
fix ctypes test alignment assumptions (closes #20946) Patch by Andreas Schwab.
diff --git a/Misc/NEWS b/Misc/NEWS index 99a6cf1..e2c757c 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -271,6 +271,8 @@ Tests ----- +- Issue #20946: Correct alignment assumptions of some ctypes tests. + - Issue #20743: Fix a reference leak in test_tcl. - Issue #20510: Rewrote test_exit in test_sys to match existing comments,