Skip to content

v0.8.1

Compare
Choose a tag to compare
@tcalmant tcalmant released this 17 Nov 17:11
· 5 commits to master since this release

This is a bug fixing release:

  • Fixed a memory leak in the thread pool implementation.
    The patch comes from issue 35 of the jsonrpclib-pelix project.
  • Fixed a deadlock in the Py4J provider (issue #100), contributed by Scott Lewis (@scottslewis).
    See pull request #101 for more details.