[New-bugs-announce] [issue20217] Build failure in posixmodule.c with SCHED_SPORADIC available

Phil Connell report at bugs.python.org
Fri Jan 10 15:54:54 CET 2014


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_sporadic_build.diff
keywords: patch
messages: 207865
nosy: benjamin.peterson, isoschiz, pconnell
priority: normal
severity: normal
status: open
title: Build failure in posixmodule.c with SCHED_SPORADIC available
versions: Python 3.3, Python 3.4
Added file: http://bugs.python.org/file33409/sched_sporadic_build.diff

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


More information about the New-bugs-announce mailing list