os.abort()

os.abort()

Generate a SIGABRT signal to the current process. On Unix, the default behavior is to produce a core dump; on Windows, the process immediately returns an exit code of 3. Be aware that calling this function will not call the Python signal handler registered for SIGABRT with signal.signal().

doc_python
2016-10-07 17:38:38
Comments
Leave a Comment

Please login to continue.