mirror of
https://github.com/python/cpython.git
synced 2025-11-24 04:17:38 +00:00
[3.14] fix comment reference from man 7 signal to man 7 signal-safety (GH-138554) (#138594)
fix comment reference from man 7 signal to man 7 signal-safety (GH-138554)
(cherry picked from commit 2f5ace780b)
docs: fix comment reference from man 7 signal to man 7 signal-safety
Co-authored-by: mqudah <mohghq@gmail.com>
This commit is contained in:
parent
0a517786af
commit
29cffb1c02
3 changed files with 3 additions and 3 deletions
|
|
@ -3597,7 +3597,7 @@ PyOS_getsig(int sig)
|
|||
|
||||
/*
|
||||
* All of the code in this function must only use async-signal-safe functions,
|
||||
* listed at `man 7 signal` or
|
||||
* listed at `man 7 signal-safety` or
|
||||
* http://www.opengroup.org/onlinepubs/009695399/functions/xsh_chap02_04.html.
|
||||
*/
|
||||
PyOS_sighandler_t
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue