[proxy] github.com← back | site home | direct (HTTPS) ↗ | proxy home | ◑ dark◐ light

bpo-40417: Fix deprecation warning in PyImport_ReloadModule by Robmaister · Pull Request #19750 · python/cpython

Robmaister

Robmaister added a commit to Robmaister/cpython that referenced this pull request

May 5, 2020

…thonGH-19750)

I can add another commit with the new test case I wrote to verify that the warning was being printed before my change, stopped printing after my change, and that the function does not return null after my change.

Automerge-Triggered-By: @brettcannon.
(cherry picked from commit f40bd46)

Co-authored-by: Robert Rouhani <robert.rouhani@gmail.com>

Robmaister added a commit to Robmaister/cpython that referenced this pull request

May 5, 2020

…thonGH-19750)

I can add another commit with the new test case I wrote to verify that the warning was being printed before my change, stopped printing after my change, and that the function does not return null after my change.

Automerge-Triggered-By: @brettcannon.
(cherry picked from commit f40bd46)

Co-authored-by: Robert Rouhani <robert.rouhani@gmail.com>

miss-islington pushed a commit that referenced this pull request

May 6, 2020

…-19750) (GH-19935)

Use importlib instead of imp.

Automerge-Triggered-By: @brettcannon.
(cherry picked from commit f40bd46)

Co-authored-by: Robert Rouhani robert.rouhani@gmail.com