Submitter | phabricator |
---|---|
Date | Jan. 5, 2018, 1:41 p.m. |
Message ID | <fc7c6d83109384feb0b79f27b5e684dc@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/26566/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/hgdemandimport/demandimportpy3.py b/hgdemandimport/demandimportpy3.py --- a/hgdemandimport/demandimportpy3.py +++ b/hgdemandimport/demandimportpy3.py @@ -46,7 +46,7 @@ super().exec_module(module) # This is 3.6+ because with Python 3.5 it isn't possible to lazily load -# extensions. See the discussion in https://python.org/sf/26186 for more. +# extensions. See the discussion in https://bugs.python.org/issue26186 for more. _extensions_loader = _lazyloaderex.factory( importlib.machinery.ExtensionFileLoader) _bytecode_loader = _lazyloaderex.factory(