commit | f40bd466bf14029e2687e36e965875adf9d4be1a | [log] [tgz] |
---|---|---|
author | Robert Rouhani <robert.rouhani@gmail.com> | Fri May 01 16:28:06 2020 -0700 |
committer | GitHub <noreply@github.com> | Fri May 01 16:28:06 2020 -0700 |
tree | 87d20f5e639f5d96bafaa02bb8bebf3ac5a64796 | |
parent | 7ba08ff7b41911f972d0750e068a2270e0dbd68f [diff] |
bpo-40417: Fix deprecation warning in PyImport_ReloadModule (GH-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