Files
cpython/Lib
Victor Stinner 4cab2cd0c0 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
2017-08-21 23:24:40 +02:00
..
2017-08-03 09:00:59 +03:00
2017-05-16 18:28:02 -04:00
2017-08-03 09:00:59 +03:00
2017-06-04 07:41:41 +01:00