With python 2.5, the Python 1.5 API has been changed, therefore, we have to reflect these changes or py-kqueue would crash. Maintainer CC'ed. This bug is critical, which makes py-kqueue unusable with Python 2.5. How-To-Repeat: Python would crash with the following codelet: import KQueue p = KQueue.KQueue()
Responsible Changed From-To: freebsd-ports-bugs->freebsd-python freebsd-python@ wants to have py- PRs
State Changed From-To: open->feedback Awaiting maintainers feedback
Responsible Changed From-To: freebsd-python->delphij Take.
delphij 2007-09-24 04:11:23 UTC FreeBSD ports repository Modified files: devel/py-kqueue Makefile Added files: devel/py-kqueue/files patch-kqsyscallmodule.c Log: Fix py-kqueue for python 2.5.x. PR: ports/115781 Sponsored by: SINA Corporation Approved by: maintainer timeout Revision Changes Path 1.17 +1 -1 ports/devel/py-kqueue/Makefile 1.1 +61 -0 ports/devel/py-kqueue/files/patch-kqsyscallmodule.c (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed Committed due to feedback timeout.