]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-27718: Fix help for the signal module (GH-30063)
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 13 Dec 2021 09:21:55 +0000 (11:21 +0200)
committerGitHub <noreply@github.com>
Mon, 13 Dec 2021 09:21:55 +0000 (11:21 +0200)
commite08c0d8eec528f1d7a282ee19bcadb9aae9ec123
tree98fc9f7a6064525e39e760af9fc6b6d792b5c614
parentd0669c5e69735e9073823438ead252db1a54ce6a
bpo-27718: Fix help for the signal module (GH-30063)

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__.
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]