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

Support _Py_NO_RETURN on XLC #84277

Closed
isidentical opened this issue Mar 28, 2020 · 2 comments
Closed

Support _Py_NO_RETURN on XLC #84277

isidentical opened this issue Mar 28, 2020 · 2 comments
Labels
3.9 only security fixes type-feature A feature request or enhancement

Comments

@isidentical
Copy link
Sponsor Member

BPO 40096
Nosy @aixtools, @pablogsal, @isidentical
PRs
  • bpo-40096: Support no return on xlc #19204
  • 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 2020-03-29.15:52:50.281>
    created_at = <Date 2020-03-28.12:19:57.400>
    labels = ['type-feature', '3.9']
    title = 'Support _Py_NO_RETURN on XLC'
    updated_at = <Date 2020-03-29.15:52:50.281>
    user = 'https://github.com/isidentical'

    bugs.python.org fields:

    activity = <Date 2020-03-29.15:52:50.281>
    actor = 'pablogsal'
    assignee = 'none'
    closed = True
    closed_date = <Date 2020-03-29.15:52:50.281>
    closer = 'pablogsal'
    components = []
    creation = <Date 2020-03-28.12:19:57.400>
    creator = 'BTaskaya'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 40096
    keywords = ['patch']
    message_count = 2.0
    messages = ['365208', '365264']
    nosy_count = 3.0
    nosy_names = ['Michael.Felt', 'pablogsal', 'BTaskaya']
    pr_nums = ['19204']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue40096'
    versions = ['Python 3.9']

    @isidentical
    Copy link
    Sponsor Member Author

    Like clang and gcc, __attribute__(noreturn) can be used in xlc too for AIX.

    @isidentical isidentical added 3.9 only security fixes type-feature A feature request or enhancement labels Mar 28, 2020
    @pablogsal
    Copy link
    Member

    New changeset 0003c2d by Batuhan Taşkaya in branch 'master':
    bpo-40096: Support __attribute__((noreturn)) on xlc (GH-19204)
    0003c2d

    @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
    3.9 only security fixes type-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants