PyGaze
PyGaze copied to clipboard
EyeTribe: log_message() crashes on non-ascii characters
Tested with my own 0.6.0 fork, passing a non-ascii string to EyeTribe.log_message()
causes an Exception. This happens because the message is cast to str
without checking.