Skip to content

clang expects memory aligned on 16 bytes, but pymalloc aligns to 8 bytes #80799

@vstinner

Description

@vstinner
BPO 36618
Nosy @gpshead, @vstinner, @serge-sans-paille, @pablogsal
PRs
  • bpo-36618: Add -fmax-type-align=8 flag for clang #12809
  • bpo-36618: Don't add -fmax-type-align flag to old clang #12811
  • bpo-36618: Don't add -fmax-type-align=8 flag for clang #13320
  • 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 2019-05-14.17:31:20.752>
    created_at = <Date 2019-04-12.17:36:22.152>
    labels = ['build', '3.8']
    title = 'clang expects memory aligned on 16 bytes, but pymalloc aligns to 8 bytes'
    updated_at = <Date 2019-05-14.17:31:20.749>
    user = 'https://github.com/vstinner'

    bugs.python.org fields:

    activity = <Date 2019-05-14.17:31:20.749>
    actor = 'vstinner'
    assignee = 'none'
    closed = True
    closed_date = <Date 2019-05-14.17:31:20.752>
    closer = 'vstinner'
    components = ['Build']
    creation = <Date 2019-04-12.17:36:22.152>
    creator = 'vstinner'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 36618
    keywords = ['patch']
    message_count = 17.0
    messages = ['340087', '340100', '340106', '340108', '340116', '340126', '340128', '340129', '340130', '340131', '340261', '340279', '340280', '340281', '340322', '342490', '342491']
    nosy_count = 5.0
    nosy_names = ['gregory.p.smith', 'vstinner', 'fweimer', 'serge-sans-paille', 'pablogsal']
    pr_nums = ['12809', '12811', '13320']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue36618'
    versions = ['Python 3.8']

    Metadata

    Metadata

    Assignees

    No one assigned

      Labels

      3.8 (EOL)end of lifebuildThe build process and cross-build

      Projects

      No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions