Define _Py_NO_RETURN for Microsoft C compiler (GH-8606)

This commit is contained in:
Victor Stinner 2018-08-01 16:41:25 +02:00 committed by GitHub
parent fc96437db4
commit cfc8831f5e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 6 deletions

View file

@ -2212,7 +2212,7 @@ call_ll_exitfuncs(void)
fflush(stderr);
}
void
void _Py_NO_RETURN
Py_Exit(int sts)
{
if (Py_FinalizeEx() < 0) {