Bug 115781 - [PATCH] Fix devel/py-kqueue with Python 2.5
Summary: [PATCH] Fix devel/py-kqueue with Python 2.5
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Xin LI
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-24 11:40 UTC by Xin LI
Modified: 2007-09-24 05:20 UTC (History)
1 user (show)

See Also:


Attachments
patch-py-kqueue (2.43 KB, text/plain)
2007-08-24 11:40 UTC, Xin LI
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Xin LI freebsd_committer freebsd_triage 2007-08-24 11:40:01 UTC
	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()
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-08-24 12:14:21 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-python

freebsd-python@ wants to have py- PRs
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2007-08-24 12:14:27 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 3 Xin LI freebsd_committer freebsd_triage 2007-08-24 12:18:55 UTC
Responsible Changed
From-To: freebsd-python->delphij

Take.
Comment 4 dfilter service freebsd_committer freebsd_triage 2007-09-24 05:11:29 UTC
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"
Comment 5 Xin LI freebsd_committer freebsd_triage 2007-09-24 05:11:38 UTC
State Changed
From-To: feedback->closed

Committed due to feedback timeout.