Closed randy3k closed 5 years ago
This PR adds support of python 3.3 and 3.8 packages. The trick is to dynamically spawn a new package AutomaticPackageReloader33 dynamically and run package_reloader33_reload if the package cannot be found in the current runtime.
AutomaticPackageReloader33
package_reloader33_reload
There is no functionality to remove this dyanmic package yet, or is there?
This PR adds support of python 3.3 and 3.8 packages. The trick is to dynamically spawn a new package
AutomaticPackageReloader33
dynamically and runpackage_reloader33_reload
if the package cannot be found in the current runtime.