[issue20217] Build failure in posixmodule.c with SCHED_SPORADIC available

2014-01-10 Thread Benjamin Peterson
Changes by Benjamin Peterson : -- versions: -Python 3.4 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https:

[issue20217] Build failure in posixmodule.c with SCHED_SPORADIC available

2014-01-10 Thread Roundup Robot
Roundup Robot added the comment: New changeset 4f74ea7eba03 by Benjamin Peterson in branch '3.3': fix build when SCHED_SPORADIC is defined (closes #20217) http://hg.python.org/cpython/rev/4f74ea7eba03 -- nosy: +python-dev resolution: -> fixed stage: -> committed/rejected status: open -

[issue20217] Build failure in posixmodule.c with SCHED_SPORADIC available

2014-01-10 Thread Benjamin Peterson
Benjamin Peterson added the comment: Congratulations on having a system with SCHED_SPORADIC defined. :) -- ___ Python tracker ___ ___

[issue20217] Build failure in posixmodule.c with SCHED_SPORADIC available

2014-01-10 Thread Phil Connell
New submission from Phil Connell: Typo in revision 71704 that causes build failures on systems with SCHED_SPORADIC available. See attached patch. (Can reproduce by #defining SCHED_SPORADIC just above where it's used in posixmodule.c) -- components: Extension Modules files: sched_spora

[issue20217] Build failure in posixmodule.c with SCHED_SPORADIC available

2014-01-10 Thread Phil Connell
Phil Connell added the comment: Where I actually mean changeset 71704:89e92e684b37 -- ___ Python tracker ___ ___ Python-bugs-list mail