test_binhex now uses import_fresh_module() to ensure that it raises DeprecationWarning each time.
|
Another fix: PR #20758. |
|
Thanks @vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.9. |
|
Sorry @vstinner, I had trouble checking out the |
|
GH-20789 is a backport of this pull request to the 3.9 branch. |
test_binhex now uses import_fresh_module() to ensure that it raises
DeprecationWarning each time.
https://bugs.python.org/issue40927