Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate WMCore/Cache/* to be compatible with both python2 and python3 #9806

Closed
mapellidario opened this issue Jul 7, 2020 · 0 comments · Fixed by #9818
Closed

Migrate WMCore/Cache/* to be compatible with both python2 and python3 #9806

mapellidario opened this issue Jul 7, 2020 · 0 comments · Fixed by #9818

Comments

@mapellidario
Copy link
Member

Impact of the new feature

This involves migrating WMCore.Cache.WMConfigCache and WMCore.Cache.GenericDataCache all their dependencies. The dependencies list is obtained with pydeps and is attached at the end of this issue.

Is your feature request related to a problem? Please describe.

Make WMCore.Cache.* compatible with both python2 and python3.

Describe the solution you'd like

Run futurize on WMCore.Cache.* and their dependencies and then apply the necessary manual changes, starting from the lowest-level modules up to the higher level ones.

Additional context

Some more information can be found on our mkdocs documentation

This is the dependency diagram (this cxan be obtained repliocating the instructions about pydeps on dmwm mkdocs documentation )

src_python_WMCore_Cache_WMConfigCache_yesmissing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant