You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With demandimport being no longer supported in Python 3.12 (#121), it is the ideal opportunity to find an alternative lazy import library (or write our own) so that we can finally speed up Perun startup time. Some more discussion will likely be needed to select the most suitable approach for lazy imports.
Some suggestions:
Local imports where applicable (note that pylint warns about this)
With
demandimport
being no longer supported in Python 3.12 (#121), it is the ideal opportunity to find an alternative lazy import library (or write our own) so that we can finally speed up Perun startup time. Some more discussion will likely be needed to select the most suitable approach for lazy imports.Some suggestions:
The text was updated successfully, but these errors were encountered: