CloudBotIRC / CloudBot

CloudBot - The simple, fast, expandable, open-source Python IRC Bot!
GNU General Public License v3.0
273 stars 252 forks source link

Fixed signal handling for profiling.py and exit_gracefully() #254

Closed linuxdaemon closed 7 years ago

linuxdaemon commented 7 years ago

This issue has existed since August 2015 (commit: 91c24fd3e7492cb6707528fb451c58fe64fcbc3c ) when the parameters of the signal handlers were mistakenly removed due to not being used inside the function. According to the Python 3.4 docs the signal handler must accept 2 parameters.