]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #23375: Fix test_py3kwarn for modules implemented in C
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 3 Sep 2015 08:46:17 +0000 (10:46 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Thu, 3 Sep 2015 08:46:17 +0000 (10:46 +0200)
commitccd62705b1e0a303fa079a5228ddf547b6d78558
tree9d76973a6d984a352d08b351d77d12145127b454
parentcc1db4bf85ed83543ae73cc497eabcef825e85b9
Issue #23375: Fix test_py3kwarn for modules implemented in C

Don't check if importing a module emits a DeprecationWarning if the module is
implemented in C and the module is already loaded.
Lib/test/test_py3kwarn.py