You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ability to make miniirc run handlers in thread pools using the "executor" keyword argument. I strongly recommend using this (executor=concurrent.futures.ThreadPoolExecutor()) if you plan to support Python 3.7 to 3.8 because of a memory leak (see BPO 37788 for more information).
Changed
Fixed truncation of strings containing non-ASCII characters.
A couple of catch-all except statements now only handle more specific exceptions.