◐ Shell
clean mode source ↗

bpo-27200: fix pathlib, ssl, turtle and weakref doctests by marco-buttu · Pull Request #616 · python/cpython

Skip to content

Navigation Menu

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@marco-buttu marco-buttu changed the title bpo-27200: fix bpo-27200: fix pathlib, shlex, ssl, turtle and weakref doctests

Mar 11, 2017
The setcontext(Context()) in testsetup does not guarantee that
the tests outside this file have a clean context.  We need to
clean the context at the end of the tests.

marco-buttu

berkerpeksag

@marco-buttu marco-buttu changed the title bpo-27200: fix pathlib, shlex, ssl, turtle and weakref doctests bpo-27200: fix pathlib, ssl, turtle and weakref doctests

Apr 12, 2017

berkerpeksag

berkerpeksag