bpo-31238: pydoc ServerThread.stop() now joins itself (#3151)
* bpo-31238: pydoc ServerThread.stop() now joins itself ServerThread.stop() now joins itself to wait until DocServer.serve_until_quit() completes and then explicitly sets its docserver attribute to None to break a reference cycle. * Add NEWS.d entry
V
Victor Stinner committed
4cab2cd0c05fcda5fcb128c9eb230253fff88c21
Parent: 489d91c
Committed by GitHub <noreply@github.com>
on 8/21/2017, 9:24:40 PM