]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-89364: Export PySignal_SetWakeupFd() function (GH-121537) (#121582)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 10 Jul 2024 14:14:09 +0000 (16:14 +0200)
committerGitHub <noreply@github.com>
Wed, 10 Jul 2024 14:14:09 +0000 (14:14 +0000)
commit0504f45b795d508014031ff0884160ddd86e44a1
treeb8720dc18a91fcc4e1baa225a0ecadf9bf40d984
parent8c4728f6af5b768f04aeb019a88de8e4aef0afc8
[3.13] gh-89364: Export PySignal_SetWakeupFd() function (GH-121537) (#121582)

gh-89364: Export PySignal_SetWakeupFd() function (GH-121537)

Export the PySignal_SetWakeupFd() function. Previously, the function
was documented but it couldn't be used in 3rd party code.
(cherry picked from commit ca0fb3423c13822d909d75eb616ecf1965e619ae)

Co-authored-by: Victor Stinner <vstinner@python.org>
Include/cpython/pyerrors.h
Misc/NEWS.d/next/C_API/2024-07-09-15-55-20.gh-issue-89364.yYYroI.rst [new file with mode: 0644]