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
src/meta-tensorflow:python3-opt-einsum: Use ConfigParser instead of SafeConfigParser
The SafeConfigParser class will be renamed to ConfigParser in Python
3.12 [1]. This alias will be removed in future versions.So we can use
ConfigParser directly instead.
[1] python/cpython#89336
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
0 commit comments