Skip site navigation (1)Skip section navigation (2)
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>

next in thread | previous in thread | raw e-mail | index | archive | help
--nextPart2402034.fUk8BYT9o4
Content-Type: Text/Plain;
  charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

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. =20

--nextPart2402034.fUk8BYT9o4
Content-Type: application/pgp-signature; name=signature.asc 
Content-Description: This is a digitally signed message part.

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.18 (FreeBSD)

iEYEABECAAYFAk+F2NEACgkQUaaFgP9pFrJpngCfXW5xeyhd6/aOtIps6Nc27YP8
4PsAn1jRPCl/ZLwbrHuMMmOhFSBmwi2x
=39Hs
-----END PGP SIGNATURE-----

--nextPart2402034.fUk8BYT9o4--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201204112117.37955.naylor.b.david>