Skip to content
Snippets Groups Projects
  1. Jun 14, 2016
    • Ken Payson's avatar
      Added cleanup to the server thread's join method. · ed742852
      Ken Payson authored
      When the Python Interpreter exits, it first attempts to join any
      outstanding threads.  This is problematic if a server is created
      as a top-level variable or referenced by a reference cycle, as join()
      will hang.  This adds cleanup behavior to the server thread's join().
      ed742852
Loading