Skip to content
Snippets Groups Projects
user avatar
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
Name Last commit Last update
..