-
Type:
Task
-
Resolution: Fixed
-
Priority:
High
-
None
-
Affects Version/s: None
-
Component/s: Plugins API
-
None
With Python 3.10 there are several deprecation warnings in regards to the use of the zipimporter module in pluginmanager:
DeprecationWarning: zipimporter.find_module() is deprecated and slated for removal in Python 3.12; use find_spec() instead
DeprecationWarning: zipimporter.find_loader() is deprecated and slated for removal in Python 3.12; use find_spec() instead
DeprecationWarning: zipimport.zipimporter.load_module() is deprecated and slated for removal in Python 3.12; use exec_module() instead
- has related issue
-
PICARD-2354 DeprecationWarning: the imp module is deprecated in favour of importlib
-
- Closed
-
- is related to
-
PICARD-2393 Code cleanup and refactorings
-
- Closed
-
-
PICARD-1861 New plugin API and plugin management
-
- Closed
-
- is resolved by
-
PICARD-2751 The plugin system uses deprecated APIs, incompatible with Python 3.12
-
- Closed
-