VirusTotal / yara-python

The Python interface for YARA
http://virustotal.github.io/yara/
Apache License 2.0
637 stars 178 forks source link

Fix unknown escape sequence #244

Closed hamarituc closed 10 months ago

hamarituc commented 10 months ago

\. is not an allowed escape sequence from Python 3.12 on. Seems to be a regression of #223.