]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.10] bpo-27718: Fix help for the signal module (GH-30063) (GH-30080)
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 13 Dec 2021 10:14:51 +0000 (12:14 +0200)
committerGitHub <noreply@github.com>
Mon, 13 Dec 2021 10:14:51 +0000 (12:14 +0200)
commite55deaabd8de338138cf29aea6890996e794c997
tree5f5f6ca684fa7b3e147df4f7a2daf57786627a84
parent7da90251ae80f5faac938b659675ff159d565537
[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)
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]