]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.10] bpo-27718: Fix help for the signal module (GH-30063) (GH-30080)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 13 Dec 2021 10:43:13 +0000 (02:43 -0800)
committerGitHub <noreply@github.com>
Mon, 13 Dec 2021 10:43:13 +0000 (02:43 -0800)
commit80f98b1614cc8e58d8a5ec72c94d27f663e23035
treec685fa5f515c253a007712195a7fc9b76d1bb15b
parentd55a03e02e69fb7f639998de71ed3f44c2f4f999
[3.10] bpo-27718: Fix help for the signal module (GH-30063) (GH-30080)

Functions signal(), getsignal(), pthread_sigmask(), sigpending(),
sigwait() and valid_signals() were omitted.

If __all__ is not defined all non-builtin functions should have
correct __module__.
(cherry picked from commit e08c0d8eec528f1d7a282ee19bcadb9aae9ec123)
(cherry picked from commit e55deaabd8de338138cf29aea6890996e794c997)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Lib/signal.py
Lib/test/test_signal.py
Misc/NEWS.d/next/Library/2021-12-11-22-51-30.bpo-27718.MgQiGl.rst [new file with mode: 0644]