core.pyx: set the EV_* constants from inside the core module.
This has the following advantages: 1. replacing core with another implementation should be easier. I had to remove these constants while playing with a libev implementation, they use different constants. 2. one can implement deferred imports. 3. the core module is now self contained, i.e. one can "import core" from in
Showing
Please register or sign in to comment