Skip to content

Protect C-implemented context managers, like lock, from ctrl-C. Fixes bpo-29988. - #1799

Closed
markshannon wants to merge 1 commit into
python:masterfrom
markshannon:dont-interrupt-before-with-exit
Closed

Protect C-implemented context managers, like lock, from ctrl-C. Fixes bpo-29988.#1799
markshannon wants to merge 1 commit into
python:masterfrom
markshannon:dont-interrupt-before-with-exit

Always execute __exit__ method if __enter__ has completed in with sta…

c006a4d
Select commit
Loading
Failed to load commit list.

Workflow runs completed with no jobs