VirusTotal / yara-python

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

Fix segfault in Python 3.12b4 #238

Closed plusvic closed 1 year ago

plusvic commented 1 year ago

In flo_read and flo_write there were calls to Py_DECREF after releasing the GIL.

Closes #237