mirror of
https://github.com/python/cpython.git
synced 2026-05-11 15:12:20 -04:00
4f1b2081e9
handlers "return void", according to ANSI C. Removed the new Py_RETURN_FROM_SIGNAL_HANDLER macro. Left RETSIGTYPE in the config stuff, because it's not clear to me that others aren't relying on it (e.g., extension modules).