Skip to content

[3.6] bpo-31238: pydoc ServerThread.stop() now joins itself (GH-3151)#7324

Merged
vstinner merged 1 commit into
python:3.6from
vstinner:pydoc36
Jun 1, 2018
Merged

[3.6] bpo-31238: pydoc ServerThread.stop() now joins itself (GH-3151)#7324
vstinner merged 1 commit into
python:3.6from
vstinner:pydoc36

Conversation

@vstinner
Copy link
Copy Markdown
Member

@vstinner vstinner commented Jun 1, 2018

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.

(cherry picked from commit 4cab2cd)

https://bugs.python.org/issue31238

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.

(cherry picked from commit 4cab2cd)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants