bottlepy / bottle

bottle.py is a fast and simple micro-framework for python web-applications.
http://bottlepy.org/
MIT License
8.39k stars 1.47k forks source link

`_ImportRedirect` is using deprecated `load_module` function #1435

Closed aisk closed 3 weeks ago

aisk commented 10 months ago

It's been deprecated in https://docs.python.org/3/library/importlib.html#importlib.abc.Loader.load_module , and runnint the unittest via python -m unittest -k "TestImportHook" will got this warning:

<frozen importlib._bootstrap>:671: ImportWarning: _ImportRedirect.exec_module() not found; falling back to load_module()