diff options
author | Ken Payson <kpayson@google.com> | 2016-06-10 13:19:31 -0700 |
---|---|---|
committer | Ken Payson <kpayson@google.com> | 2016-06-13 15:38:53 -0700 |
commit | ed7428526cea1f7b54a126ef9cdb2c1456c47f2c (patch) | |
tree | 64d4239e374dbbc2da4be8153db816c29b5a4350 /test/core/json | |
parent | 68e5ecbee4882a74b16a6e22d935d68798016804 (diff) |
Added cleanup to the server thread's join method.
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().
Diffstat (limited to 'test/core/json')
0 files changed, 0 insertions, 0 deletions