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 4eb6597 commit 7c4cad5Copy full SHA for 7c4cad5
1 file changed
Doc/library/atexit.rst
@@ -12,8 +12,8 @@ functions. Functions thus registered are automatically executed upon normal
12
interpreter termination.
13
14
Note: the functions registered via this module are not called when the program
15
-is killed by a signal, when a Python fatal internal error is detected, or when
16
-:func:`os._exit` is called.
+is killed by a signal not handled by Python, when a Python fatal internal error
+is detected, or when :func:`os._exit` is called.
17
18
19
.. function:: register(func, *args, **kargs)
0 commit comments