summaryrefslogtreecommitdiff
path: root/gi/_ossighelper.py
Commit message (Expand)AuthorAgeFilesLines
* Remove all Python 2 Python codeChristoph Reiter2020-04-151-14/+0
* ossig: Don't leak the callbacks in case the event loops are not stopped throu...sigint-fallback-leakChristoph Reiter2018-05-111-6/+9
* ossig: add a C wrapper for PyOS_getsig() instead of accessing the API through...Christoph Reiter2018-04-011-23/+3
* ossig: pass the signal number and frame to default_int_handler()Christoph Reiter2018-04-011-1/+1
* ossig: skip PyOS_getsig checks in case ctypes.PyDLL is missing (PyPy)Christoph Reiter2018-03-241-3/+10
* Fix ctypes.PyDLL construction under WindowsChristoph Reiter2017-12-081-1/+12
* Install a default SIGINT handler for functions which start an event loopChristoph Reiter2017-12-041-0/+115
* Make Python OS signal handlers run when an event loop is idlingChristoph Reiter2017-12-041-0/+137