This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: ctypes test fixes
Type: Stage: resolved
Components: Tests Versions: Python 3.3, Python 3.4
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: python-dev, schwab
Priority: normal Keywords: patch

Created on 2014-03-16 16:21 by schwab, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
ctypes-align.patch schwab, 2014-03-16 16:21 ctypes test fixes review
Messages (2)
msg213735 - (view) Author: Andreas Schwab (schwab) * Date: 2014-03-16 16:21
The attached patch fixes some wrong alignment assumptions in the ctype tests.  It has been tested on {ppc,ppc64,ppc64le,i586,x86_64,armv6hl,aarch64,m68k}-suse-linux.
msg213736 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2014-03-16 16:31
New changeset 2150053d77ca by Benjamin Peterson in branch '3.3':
fix ctypes test alignment assumptions (closes #20946)
http://hg.python.org/cpython/rev/2150053d77ca

New changeset e5a09b09bb51 by Benjamin Peterson in branch '2.7':
fix ctypes test alignment assumptions (closes #20946)
http://hg.python.org/cpython/rev/e5a09b09bb51

New changeset 3736bf94535c by Benjamin Peterson in branch 'default':
merge 3.3 (#20946)
http://hg.python.org/cpython/rev/3736bf94535c
History
Date User Action Args
2022-04-11 14:58:00adminsetgithub: 65145
2014-03-16 16:31:11python-devsetstatus: open -> closed

nosy: + python-dev
messages: + msg213736

resolution: fixed
stage: resolved
2014-03-16 16:21:37schwabcreate