Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ctypes test fixes #65145

Closed
andreas-schwab mannequin opened this issue Mar 16, 2014 · 2 comments
Closed

ctypes test fixes #65145

andreas-schwab mannequin opened this issue Mar 16, 2014 · 2 comments
Labels
tests Tests in the Lib/test dir

Comments

@andreas-schwab
Copy link
Mannequin

andreas-schwab mannequin commented Mar 16, 2014

BPO 20946
Nosy @andreas-schwab
Files
  • ctypes-align.patch: ctypes test fixes
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = None
    closed_at = <Date 2014-03-16.16:31:11.576>
    created_at = <Date 2014-03-16.16:21:37.203>
    labels = ['tests']
    title = 'ctypes test fixes'
    updated_at = <Date 2014-03-16.16:31:11.574>
    user = 'https://github.com/andreas-schwab'

    bugs.python.org fields:

    activity = <Date 2014-03-16.16:31:11.574>
    actor = 'python-dev'
    assignee = 'none'
    closed = True
    closed_date = <Date 2014-03-16.16:31:11.576>
    closer = 'python-dev'
    components = ['Tests']
    creation = <Date 2014-03-16.16:21:37.203>
    creator = 'schwab'
    dependencies = []
    files = ['34440']
    hgrepos = []
    issue_num = 20946
    keywords = ['patch']
    message_count = 2.0
    messages = ['213735', '213736']
    nosy_count = 2.0
    nosy_names = ['python-dev', 'schwab']
    pr_nums = []
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue20946'
    versions = ['Python 3.3', 'Python 3.4']

    @andreas-schwab
    Copy link
    Mannequin Author

    andreas-schwab mannequin commented Mar 16, 2014

    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.

    @andreas-schwab andreas-schwab mannequin added the tests Tests in the Lib/test dir label Mar 16, 2014
    @python-dev
    Copy link
    Mannequin

    python-dev mannequin commented Mar 16, 2014

    New changeset 2150053d77ca by Benjamin Peterson in branch '3.3':
    fix ctypes test alignment assumptions (closes bpo-20946)
    http://hg.python.org/cpython/rev/2150053d77ca

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

    New changeset 3736bf94535c by Benjamin Peterson in branch 'default':
    merge 3.3 (bpo-20946)
    http://hg.python.org/cpython/rev/3736bf94535c

    @python-dev python-dev mannequin closed this as completed Mar 16, 2014
    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    tests Tests in the Lib/test dir
    Projects
    None yet
    Development

    No branches or pull requests

    0 participants