commit | ccd62705b1e0a303fa079a5228ddf547b6d78558 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Thu Sep 03 10:46:17 2015 +0200 |
committer | Victor Stinner <victor.stinner@gmail.com> | Thu Sep 03 10:46:17 2015 +0200 |
tree | 9d76973a6d984a352d08b351d77d12145127b454 | |
parent | cc1db4bf85ed83543ae73cc497eabcef825e85b9 [diff] |
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.