From owner-freebsd-python@FreeBSD.ORG Sun Nov 24 14:30:01 2013 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B1EE9E4E for ; Sun, 24 Nov 2013 14:30:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A19832356 for ; Sun, 24 Nov 2013 14:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rAOEU1Ia099953 for ; Sun, 24 Nov 2013 14:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rAOEU1CZ099952; Sun, 24 Nov 2013 14:30:01 GMT (envelope-from gnats) Date: Sun, 24 Nov 2013 14:30:01 GMT Message-Id: <201311241430.rAOEU1CZ099952@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: Kubilay Kocak Subject: Re: ports/156759: [patch] lang/python: kevent does not accept KQ_NOTE_EXIT (and other (f)flags) X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list Reply-To: Kubilay Kocak List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Nov 2013 14:30:01 -0000 The following reply was made to PR ports/156759; it has been noted by GNATS. From: Kubilay Kocak To: bug-followup@FreeBSD.org, naylor.b.david@gmail.com Cc: Subject: Re: ports/156759: [patch] lang/python: kevent does not accept KQ_NOTE_EXIT (and other (f)flags) Date: Mon, 25 Nov 2013 01:25:41 +1100 This is now resolved in lang/python27 and lang/python33 since the Python 2.7.6 and 3.3.3 port updates. From the respective release notes: Issue #11973: Fix a problem in kevent. The flags and fflags fields are now properly handled as unsigned. [1][2] Left TODO is backport changes to lang/python31 and lang/python32 [1] http://hg.python.org/cpython/file/v2.7.6/Misc/NEWS [2] http://hg.python.org/cpython/file/v3.3.3/Misc/NEWS