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
There is code duplication between _PyCompile_ConstCacheMergeOne and merge_consts_recursive - the former can be implemented in terms of the latter if we add a boolean "is-recursive" arg.
There is code duplication between
_PyCompile_ConstCacheMergeOne
andmerge_consts_recursive
- the former can be implemented in terms of the latter if we add a boolean "is-recursive" arg.Linked PRs
The text was updated successfully, but these errors were encountered: