Skip to content

bpo-40275: Adding a threading_helper in test.support #20263

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
May 27, 2020

Conversation

shihai1991
Copy link
Member

@shihai1991 shihai1991 commented May 20, 2020

Copy link
Member

@vstinner vstinner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, but I would prefer to get @serhiy-storchaka review on this PR since it changes many tests.

@shihai1991
Copy link
Member Author

LGTM, but I would prefer to get @serhiy-storchaka review on this PR since it changes many tests.

Sure, my eyes can't see clealy after changed those tests ; )

@brettcannon brettcannon removed their request for review May 20, 2020 22:59
@berkerpeksag berkerpeksag removed their request for review May 21, 2020 12:30
@vstinner
Copy link
Member

Hum, sadly threading is still imported indirectly by subprocess and platform, and so this PR is not enough. But I merge the PR anyway to ease @shihai1991 work, since it's a huge PR and so it's hard to maintain. Overall, it enhances test.support anyway ;-) I will work on following changes to import platform and subprocess lazily.

@vstinner vstinner merged commit e80697d into python:master May 27, 2020
pquentin added a commit to pquentin/trio-asyncio that referenced this pull request Jun 17, 2020
pquentin added a commit to pquentin/trio-asyncio that referenced this pull request Jun 17, 2020
@gpshead
Copy link
Member

gpshead commented Aug 7, 2022

@serhiy-storchaka
Copy link
Member

This PR did not introduce any new API. It is a pure refactoring.

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.

7 participants