Skip to content

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

Closed
vstinner wants to merge 1 commit into
python:masterfrom
vstinner:importlib_item_lock
Closed

[WIP] bpo-31070: Fix importlib _get_module_lock() race#3029
vstinner wants to merge 1 commit into
python:masterfrom
vstinner:importlib_item_lock

Conversation

@vstinner

@vstinner vstinner commented Aug 8, 2017

Copy link
Copy Markdown
Member

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

vstinner commented Aug 9, 2017

Copy link
Copy Markdown
Member Author

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