mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
GH-97950: Use new-style index directive ('module') (#103996)
* Use new-style index directive ('module') - C API * Use new-style index directive ('module') - Library * Use new-style index directive ('module') - Reference * Use new-style index directive ('module') - Tutorial * Uncomment module removal in pairindextypes * Use new-style index directive ('module') - C API * Use new-style index directive ('module') - Library * Use new-style index directive ('module') - Reference
This commit is contained in:
parent
cd9a56c2b0
commit
d0122372f2
33 changed files with 65 additions and 69 deletions
|
@ -602,7 +602,7 @@ Signal Handling
|
|||
.. c:function:: int PyErr_CheckSignals()
|
||||
|
||||
.. index::
|
||||
module: signal
|
||||
pair: module; signal
|
||||
single: SIGINT
|
||||
single: KeyboardInterrupt (built-in exception)
|
||||
|
||||
|
@ -633,7 +633,7 @@ Signal Handling
|
|||
.. c:function:: void PyErr_SetInterrupt()
|
||||
|
||||
.. index::
|
||||
module: signal
|
||||
pair: module; signal
|
||||
single: SIGINT
|
||||
single: KeyboardInterrupt (built-in exception)
|
||||
|
||||
|
@ -648,7 +648,7 @@ Signal Handling
|
|||
.. c:function:: int PyErr_SetInterruptEx(int signum)
|
||||
|
||||
.. index::
|
||||
module: signal
|
||||
pair: module; signal
|
||||
single: KeyboardInterrupt (built-in exception)
|
||||
|
||||
Simulate the effect of a signal arriving. The next time
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue