pk-hack / CoilSnake

https://pk-hack.github.io/CoilSnake/
GNU General Public License v3.0
158 stars 37 forks source link

Fix issue when patching with Py3.9 and newer #266

Closed charasyn closed 1 year ago

charasyn commented 1 year ago

array.tostring() was deprecated in Python 3.2 and removed in Python 3.9 - we should use tobytes() instead. See https://docs.python.org/3.8/library/array.html#array.array.tostring