mirror of
https://github.com/python/cpython.git
synced 2025-09-15 05:06:12 +00:00
gh-106909: Use role :const: for referencing module constants (GH-106910)
This commit is contained in:
parent
d036db728e
commit
4b9948617f
64 changed files with 238 additions and 238 deletions
|
@ -666,7 +666,7 @@ Signal Handling
|
|||
to interrupt an operation).
|
||||
|
||||
If the given signal isn't handled by Python (it was set to
|
||||
:data:`signal.SIG_DFL` or :data:`signal.SIG_IGN`), it will be ignored.
|
||||
:py:const:`signal.SIG_DFL` or :py:const:`signal.SIG_IGN`), it will be ignored.
|
||||
|
||||
If *signum* is outside of the allowed range of signal numbers, ``-1``
|
||||
is returned. Otherwise, ``0`` is returned. The error indicator is
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue