[proxy] web.archive.org← back | site home | direct (HTTPS) ↗ | proxy home | ◑ dark◐ light
/ cpython Public
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

[WIP] bpo-31070: Fix importlib _get_module_lock() race #3029

Closed
wants to merge 1 commit into from

Conversation

Copy link
Member

vstinner commented Aug 8, 2017

bpo-31070: Fix a race condition in importlib _get_module_lock(). If a
module lock was destroyed, wait until _module_locks[name] is deleted
as well.

https://bugs.python.org/issue31070

bpo-31070: Fix a race condition in importlib _get_module_lock(). If a
module lock was destroyed, wait until _module_locks[name] is deleted
as well.
vstinner changed the title [WIP] Fix importlib _get_module_lock() race [WIP] bpo-31070: Fix importlib _get_module_lock() race Aug 8, 2017
Copy link
Member Author

vstinner commented Aug 9, 2017

My fix is overcomplicated. I abandon it in favor of PR 3033.

vstinner closed this Aug 9, 2017
vstinner deleted the importlib_item_lock branch Aug 9, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants