Skip to content

Conversation

@vstinner
Copy link
Member

@vstinner 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 vstinner changed the title [WIP] Fix importlib _get_module_lock() race [WIP] bpo-31070: Fix importlib _get_module_lock() race Aug 8, 2017
@vstinner
Copy link
Member Author

vstinner commented Aug 9, 2017

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

@vstinner vstinner closed this Aug 9, 2017
@vstinner vstinner deleted the importlib_item_lock branch August 9, 2017 09:10
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.

2 participants