Skip to content

v1.7.0

Compare
Choose a tag to compare
@luk3yx luk3yx released this 26 Sep 00:33
· 26 commits to master since this release

Added

  • 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.