Skip to content
Commit 30bac791 authored by Jim Ingham's avatar Jim Ingham
Browse files

Fix a deadlock in the Python interpreter vrs. SIGINT.

The interpreter gets invoked in the sigint handler to cancel
long-running Python operations.  That requires the interpreter
lock, but that may be held by the Python operation that's getting
interrupted, so the mutex needs to be recursive.

<rdar://problem/33179086>

llvm-svn: 307942
parent 28a4d0b9
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment