diff options
author | Benjamin Peterson <benjamin@python.org> | 2014-03-16 09:07:26 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2014-03-16 09:07:26 (GMT) |
commit | fda33559dcad6f9595eefec8afc326e5ac0c81c5 (patch) | |
tree | 5dfc87ec636c9fb5f18d44f222be0c75393e8f09 /Misc | |
parent | 790bf0db77da018376b50c70b68a48a4a81cf444 (diff) | |
download | cpython-fda33559dcad6f9595eefec8afc326e5ac0c81c5.zip cpython-fda33559dcad6f9595eefec8afc326e5ac0c81c5.tar.gz cpython-fda33559dcad6f9595eefec8afc326e5ac0c81c5.tar.bz2 |
fix ctypes test alignment assumptions (closes #20946)
Patch by Andreas Schwab.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -30,6 +30,8 @@ Library Tests ----- +- Issue #20946: Correct alignment assumptions of some ctypes tests. + - Issue #20939: Fix test_geturl failure in test_urllibnet due to new redirect of http://www.python.org/ to https://www.python.org. |