mirror of
https://github.com/python/cpython.git
synced 2025-08-30 13:38:43 +00:00
Define _Py_NO_RETURN for Microsoft C compiler (GH-8606)
This commit is contained in:
parent
fc96437db4
commit
cfc8831f5e
3 changed files with 8 additions and 6 deletions
|
@ -2212,7 +2212,7 @@ call_ll_exitfuncs(void)
|
|||
fflush(stderr);
|
||||
}
|
||||
|
||||
void
|
||||
void _Py_NO_RETURN
|
||||
Py_Exit(int sts)
|
||||
{
|
||||
if (Py_FinalizeEx() < 0) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue