Skip to content
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

[3.7] bpo-39430: Fix race condition in lazy imports in tarfile. (GH-18161) #18172

Merged
merged 1 commit into from Jan 24, 2020

Conversation

@miss-islington
Copy link

miss-islington commented Jan 24, 2020

Use from ... import ... to ensure module is fully loaded before accessing its attributes.
(cherry picked from commit 9017e0b)

Co-authored-by: Serhiy Storchaka storchaka@gmail.com

https://bugs.python.org/issue39430

Use `from ... import ...` to ensure module is fully loaded before accessing its attributes.
(cherry picked from commit 9017e0b)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
@miss-islington

This comment has been minimized.

Copy link
Author

miss-islington commented Jan 24, 2020

@serhiy-storchaka and @ethanfurman: Status check is done, and it's a success .

@miss-islington miss-islington merged commit 1a27435 into python:3.7 Jan 24, 2020
10 checks passed
10 checks passed
Docs
Details
Windows (x86)
Details
Windows (x64)
Details
macOS
Details
Ubuntu
Details
Azure Pipelines PR #20200124.40 succeeded
Details
bedevere/issue-number Issue number 39430 found
Details
bedevere/maintenance-branch-pr Valid maintenance branch PR title.
bedevere/news News entry found in Misc/NEWS.d
continuous-integration/travis-ci/pr The Travis CI build passed
Details
@miss-islington miss-islington deleted the miss-islington:backport-9017e0b-3.7 branch Jan 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
4 participants
You can’t perform that action at this time.