New submission from Benny Siegert <bsieg...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue12976>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to