ipython / ipython/ipykernel

Interrupt kernel doesn't work in c code

Open
#449 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
734
Forks
412
Avg merge
1d 5h
Merged PRs (30d)
8

Description

If this code is run:
```
from qtpy.QtCore import QMutex
lock = QMutex()
lock.lock()
lock.lock()
```

ctrl + c won't do anything

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.