Skip to content
Snippets Groups Projects
Unverified Commit 50e847a9 authored by Miss Islington (bot)'s avatar Miss Islington (bot) Committed by GitHub
Browse files

bpo-40244: Remove XLC's support from the noreturn flag (GH-20588)



Automerge-Triggered-By: @pablogsal
(cherry picked from commit 033d10bd)

Co-authored-by: default avatarBatuhan Taskaya <batuhanosmantaskaya@gmail.com>
parent b90b61f2
Branches
Tags
No related merge requests found
......@@ -829,10 +829,10 @@ extern _invalid_parameter_handler _Py_silent_invalid_parameter_handler;
#endif
/* Mark a function which cannot return. Example:
PyAPI_FUNC(void) _Py_NO_RETURN PyThread_exit_thread(void);
PyAPI_FUNC(void) _Py_NO_RETURN PyThread_exit_thread(void); */
XLC support is intentionally omitted due to bpo-40244 */
#if defined(__clang__) || \
defined(__xlc__) || \
(defined(__GNUC__) && \
((__GNUC__ >= 3) || \
(__GNUC__ == 2) && (__GNUC_MINOR__ >= 5)))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment