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: Support _Py_NO_RETURN on XLC
Type: enhancement Stage: resolved
Components: Versions: Python 3.9
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: BTaskaya, Michael.Felt, pablogsal
Priority: normal Keywords: patch

Created on 2020-03-28 12:19 by BTaskaya, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 19204 merged BTaskaya, 2020-03-28 12:23
Messages (2)
msg365208 - (view) Author: Batuhan Taskaya (BTaskaya) * (Python committer) Date: 2020-03-28 12:19
Like clang and gcc, __attribute__(noreturn) can be used in xlc too for AIX.
msg365264 - (view) Author: Pablo Galindo Salgado (pablogsal) * (Python committer) Date: 2020-03-29 15:52
New changeset 0003c2dc1d4cf5b122e73e83177fd274fa9a9913 by Batuhan Taşkaya in branch 'master':
bpo-40096: Support __attribute__((__noreturn__)) on xlc (GH-19204)
https://github.com/python/cpython/commit/0003c2dc1d4cf5b122e73e83177fd274fa9a9913
History
Date User Action Args
2022-04-11 14:59:28adminsetgithub: 84277
2020-03-29 15:52:50pablogsalsetstatus: open -> closed
resolution: fixed
stage: patch review -> resolved
2020-03-29 15:52:36pablogsalsetnosy: + pablogsal
messages: + msg365264
2020-03-28 12:23:45BTaskayasetkeywords: + patch
stage: patch review
pull_requests: + pull_request18567
2020-03-28 12:23:29BTaskayasetnosy: + Michael.Felt
2020-03-28 12:19:57BTaskayacreate