Interrupt kernel doesn't work in c code
Aberta
- Linguagem predominante
- Python
- Estrelas
- 734
- Forks
- 412
- Merge médio
- 1d 5h
- PRs com merge (30d)
- 8
Descrição
If this code is run:
```
from qtpy.QtCore import QMutex
lock = QMutex()
lock.lock()
lock.lock()
```
ctrl + c won't do anything
Guia de contribuição
Avaliação
Esta issue ainda não foi avaliada.