[New-bugs-announce] [issue12976] select module: only use EVFILT_TIMER if available (kqueue backend)

Benny Siegert report at bugs.python.org
Wed Sep 14 13:57:19 CEST 2011


New submission from Benny Siegert <bsiegert at gmail.com>:

When building python-2.6 on MirBSD, building the select module (which uses the kqueue backend on this platform) fails. This is because EVFILT_TIMER is not available on the platform.

The proposed patch is for python-2.6 but should apply to tip too.

This was discovered when building the python package from NetBSD pkgsrc, so the patch is taken from there.

----------
components: Extension Modules
files: patch-az
messages: 144022
nosy: bsiegert
priority: normal
severity: normal
status: open
title: select module: only use EVFILT_TIMER if available (kqueue backend)
type: compile error
versions: Python 2.6
Added file: http://bugs.python.org/file23153/patch-az

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


More information about the New-bugs-announce mailing list