Interrupt kernel doesn't work in c code
Open
- 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
Assessment
This issue has not been assessed yet.