python
python copied to clipboard
Test PyPy compatibility
Make sure we stay compatible with the PyPy
PyPy is interesting in our case because of the speed improvements it can give, especially when we are monitoring hardware events and our callbacks need to execute as fast as possible.