Skip to content
Snippets Groups Projects
  • Ken Payson's avatar
    ed742852
    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
    History
    Added cleanup to the server thread's join method.
    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().