This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients brett.cannon, paul.moore, steve.dower, tim.golden, vstinner, xtreak, zach.ware
Date 2021-04-16.13:12:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1618578775.46.0.785924432695.issue43864@roundup.psfhosted.org>
In-reply-to
Content
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

(...)
History
Date User Action Args
2021-04-16 13:12:55vstinnersetrecipients: + vstinner, brett.cannon, paul.moore, tim.golden, zach.ware, steve.dower, xtreak
2021-04-16 13:12:55vstinnersetmessageid: <1618578775.46.0.785924432695.issue43864@roundup.psfhosted.org>
2021-04-16 13:12:55vstinnerlinkissue43864 messages
2021-04-16 13:12:55vstinnercreate