sst-elements icon indicating copy to clipboard operation
sst-elements copied to clipboard

Python 3.12 fixes required

Open jmlapre opened this issue 1 year ago • 1 comments

Python 3.12 changed how they handle regular expressions. Invalid escape sequences generate a SyntaxWarning instead of a DeprecationWarning.

https://docs.python.org/3/whatsnew/3.12.html#other-language-changes

jmlapre avatar Mar 19 '24 15:03 jmlapre

Related to https://github.com/sstsimulator/sst-core/issues/1002

jmlapre avatar Mar 19 '24 15:03 jmlapre

Fixed in https://github.com/sstsimulator/sst-core/pull/1073 and https://github.com/sstsimulator/sst-elements/pull/2351

berquist avatar May 09 '24 20:05 berquist