Deal with the fact that EPOLLET can be negative in CPython
My theory is that this is because it overflows a signed int in 32-bit builds. This should hopefully fix #272
Showing
Please register or sign in to comment
My theory is that this is because it overflows a signed int in 32-bit builds. This should hopefully fix #272