[proxy] web.archive.org← back | site home | direct (HTTPS) ↗ | proxy home | ◑ dark◐ light
/ cpython Public

Conversation

Copy link
Member

vstinner commented Aug 22, 2017

ServerThread.stop() now explicitly sets its docserver attribute to
None to break a reference cycle.

https://bugs.python.org/issue31238

ServerThread.stop() now explicitly sets its docserver attribute to
None to break a reference cycle.
Copy link
Member Author

For Python 3.6, I chose to not joins the thread as I did in master (PR #3151) since I'm not 100% confident that join() doesn't block too long.

Copy link
Member Author

@pitrou: What do you think of joining or not the thread in Python 3.6?

Copy link
Member

pitrou commented Aug 22, 2017

It's not really a bugfix, so you should leave it alone.

vstinner closed this Aug 22, 2017
vstinner deleted the pydoc36 branch August 22, 2017 14:55
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.

5 participants