Add the 'signal' module
The signal module is Python code's interface to signal handling, but also the way that the interpreter accepts and handles signals. This commit just enables the first part, but things will crash if a signal actually gets delivered.
Showing
test/tests/signal_test.py
0 → 100644
Please register or sign in to comment