]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42599: Remove useless PyModule_GetWarningsModule() (GH-23691)
authorHai Shi <shihai1992@gmail.com>
Tue, 8 Dec 2020 14:42:42 +0000 (22:42 +0800)
committerGitHub <noreply@github.com>
Tue, 8 Dec 2020 14:42:42 +0000 (15:42 +0100)
commit0f91f586ae9b76c3bb44559bd8cd473b1b8de5ff
tree9772c6ff798edc8333160b9d587b5a0a9691391a
parentb6d98c10fff6f320f8fdf595c3f9a05d8be4e31d
bpo-42599: Remove useless PyModule_GetWarningsModule() (GH-23691)

Removed PyModule_GetWarningsModule() which is useless due to
the _warnings module was converted to a builtin module in 2.6.
Doc/whatsnew/3.10.rst
Python/errors.c
Python/pylifecycle.c