RPyC v3.0.5 Release Notes

    • setup.py now also creates egg files

    • Slightly improved servers/vdbconf.py

    • 🛠 Fixes to utis/server.py:

      • The authenticator is now invoked by _accept_client, which means it is invoked on the client's context (thread or child process). This solves a problem with the forking server having a TLS authenticator.
      • Changed the forking server to handle SIGCHLD instead of using double-fork.