Closed jmlapre closed 6 months ago
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
Related to https://github.com/sstsimulator/sst-core/issues/1002
Fixed in https://github.com/sstsimulator/sst-core/pull/1073 and https://github.com/sstsimulator/sst-elements/pull/2351
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