Skip to content

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

Merged
miss-islington merged 1 commit into
python:3.8from
miss-islington:backport-9017e0b-3.8
Jan 24, 2020
Merged

[3.8] bpo-39430: Fix race condition in lazy imports in tarfile. (GH-18161)#18171
miss-islington merged 1 commit into
python:3.8from
miss-islington:backport-9017e0b-3.8

Conversation

@miss-islington

@miss-islington miss-islington commented Jan 24, 2020

Copy link
Copy Markdown
Contributor

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

…8161)

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

Copy link
Copy Markdown
Contributor Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type-bug An unexpected behavior, bug, or error

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants