[issue12655] Expose sched.h functions

Antoine Pitrou report at bugs.python.org
Fri Jul 29 23:32:04 CEST 2011


Antoine Pitrou <pitrou at free.fr> added the comment:

Haven't reviewed the implementation, but +1 for adding this functionality.

As for splitting apart posixmodule.c, I agree that's a separate concern. Something like the _io module splitup (several C files compiled in a single extension module) looks workable.

We could also consider having a separate module for this, but I can't think of any good name. "sched" is AFAIK already taken, and "scheduler" is too close to the former not to be confusing.

----------
nosy: +neologix, rosslagerwall
stage:  -> patch review

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12655>
_______________________________________


More information about the Python-bugs-list mailing list