Skip to content

Commit

Permalink
bpo-40096: Support __attribute__((__noreturn__)) on xlc (GH-19204)
Browse files Browse the repository at this point in the history
  • Loading branch information
isidentical committed Mar 29, 2020
1 parent 016bdd5 commit 0003c2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Include/pyport.h
Expand Up @@ -832,6 +832,7 @@ extern _invalid_parameter_handler _Py_silent_invalid_parameter_handler;
PyAPI_FUNC(void) _Py_NO_RETURN PyThread_exit_thread(void); */
#if defined(__clang__) || \
defined(__xlc__) || \
(defined(__GNUC__) && \
((__GNUC__ >= 3) || \
(__GNUC__ == 2) && (__GNUC_MINOR__ >= 5)))
Expand Down

0 comments on commit 0003c2d

Please sign in to comment.