Date: Wed, 11 Apr 2012 21:17:35 +0200 From: David Naylor <naylor.b.david@gmail.com> To: miwi@freebsd.org Cc: freebsd-python@freebsd.org Subject: Re: ports/156759: [patch] lang/python: kevent does not accept KQ_NOTE_EXIT (and other (f)flags) Message-ID: <201204112117.37955.naylor.b.david@gmail.com> In-Reply-To: <201204111320.q3BDKBBY038743@freefall.freebsd.org> References: <201204111320.q3BDKBBY038743@freefall.freebsd.org>
index | next in thread | previous in thread | raw e-mail
[-- Attachment #1 --] This does not appear to be fixed: # python --version Python 2.7.3 # python -c "from select import *; kevent(0, KQ_FILTER_PROC, KQ_EV_ADD | KQ_EV_ENABLE, KQ_NOTE_EXIT)" Traceback (most recent call last): File "<string>", line 1, in <module> OverflowError: signed integer is greater than maximum # python32 --version Python 3.2.3 # python3.2 -c "from select import *; kevent(0, KQ_FILTER_PROC, KQ_EV_ADD | KQ_EV_ENABLE, KQ_NOTE_EXIT)" Traceback (most recent call last): File "<string>", line 1, in <module> OverflowError: signed integer is greater than maximum Could you please reopen the bug. [-- Attachment #2 --] -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.18 (FreeBSD) iEYEABECAAYFAk+F2NEACgkQUaaFgP9pFrJpngCfXW5xeyhd6/aOtIps6Nc27YP8 4PsAn1jRPCl/ZLwbrHuMMmOhFSBmwi2x =39Hs -----END PGP SIGNATURE-----help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201204112117.37955.naylor.b.david>
