ossig: add a C wrapper for PyOS_getsig() instead of accessing the API through ctypesa7dfb33ae8858b10e0a5f21edaedf0597610574f
commita7dfb33ae8858b10e0a5f21edaedf0597610574f
authorChristoph Reiter <reiter.christoph@gmail.com>
Sun, 1 Apr 2018 09:17:34 +0000 (1 11:17 +0200)
committerChristoph Reiter <reiter.christoph@gmail.com>
Sun, 1 Apr 2018 09:17:34 +0000 (1 11:17 +0200)
tree8ba0ea093f12b3e897b7b7dadf0ed1d9512b4fc8
parent89a68f503fad697ca190196e5284c01b13af6b37
ossig: add a C wrapper for PyOS_getsig() instead of accessing the API through ctypes

PyPy doesn't support the ctypes.PyDLL interface.
The ctypes approach was a bit hacky anyway because the interface for loading the
python DLL isn't really documented.
gi/_ossighelper.py
gi/gimodule.c