Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90d2970 commit 033d10bCopy full SHA for 033d10b
1 file changed
Include/pyport.h
@@ -829,10 +829,10 @@ extern _invalid_parameter_handler _Py_silent_invalid_parameter_handler;
829
#endif
830
831
/* Mark a function which cannot return. Example:
832
+ PyAPI_FUNC(void) _Py_NO_RETURN PyThread_exit_thread(void);
833
- PyAPI_FUNC(void) _Py_NO_RETURN PyThread_exit_thread(void); */
834
+ XLC support is intentionally omitted due to bpo-40244 */
835
#if defined(__clang__) || \
- defined(__xlc__) || \
836
(defined(__GNUC__) && \
837
((__GNUC__ >= 3) || \
838
(__GNUC__ == 2) && (__GNUC_MINOR__ >= 5)))
0 commit comments