sstsimulator / sst-elements

SST Architectural Simulation Components and Libraries
http://www.sst-simulator.org
Other
93 stars 121 forks source link

Python 3.12 fixes required #2339

Closed jmlapre closed 6 months ago

jmlapre commented 8 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

jmlapre commented 8 months ago

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

berquist commented 6 months ago

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