mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
gh-89364: Export PySignal_SetWakeupFd() function (#121537)
Export the PySignal_SetWakeupFd() function. Previously, the function was documented but it couldn't be used in 3rd party code.
This commit is contained in:
parent
84a5597b08
commit
ca0fb3423c
2 changed files with 4 additions and 1 deletions
|
|
@ -0,0 +1,3 @@
|
|||
Export the :c:func:`PySignal_SetWakeupFd` function. Previously, the function
|
||||
was documented but it couldn't be used in 3rd party code. Patch by Victor
|
||||
Stinner.
|
||||
Loading…
Add table
Add a link
Reference in a new issue