Message391192
On Windows, test_importlib logs "DeprecationWarning: WindowsRegistryFinder.find_module() is deprecated (...)". Example:
vstinner@DESKTOP-DK7VBIL C:\vstinner\python\master>python -m test -v test_importlib
(...)
test_find_module_missing (test.test_importlib.test_windows.Frozen_WindowsRegistryFinderTests) ... <frozen importlib._bootstrap_external>:848: DeprecationWarning: WindowsRegistryFinder.find_module() is deprecated and slated for
removal in Python 3.12; use find_spec() instead
ok
(...)
test_find_module_missing (test.test_importlib.test_windows.Source_WindowsRegistryFinderTests) ... C:\vstinner\python\master\lib\importlib\_bootstrap_external.py:848: DeprecationWarning: WindowsRegistryFinder.find_module() is de
precated and slated for removal in Python 3.12; use find_spec() instead
_warnings.warn("WindowsRegistryFinder.find_module() is deprecated and "
ok
(...) |
|
Date |
User |
Action |
Args |
2021-04-16 13:12:55 | vstinner | set | recipients:
+ vstinner, brett.cannon, paul.moore, tim.golden, zach.ware, steve.dower, xtreak |
2021-04-16 13:12:55 | vstinner | set | messageid: <1618578775.46.0.785924432695.issue43864@roundup.psfhosted.org> |
2021-04-16 13:12:55 | vstinner | link | issue43864 messages |
2021-04-16 13:12:55 | vstinner | create | |
|