FreeBSD Bugzilla – Attachment 115004 Details for
Bug 156759
[patch] lang/python: kevent does not accept KQ_NOTE_EXIT (and other (f)flags)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 521 bytes, created by
David Naylor
on 2011-05-01 19:30:10 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
David Naylor
Created:
2011-05-01 19:30:10 UTC
Size:
521 bytes
patch
obsolete
>--- Modules/selectmodule.c~ 2011-05-01 20:05:12.000000000 +0200 >+++ Modules/selectmodule.c 2011-05-01 20:19:46.000000000 +0200 >@@ -1246,7 +1246,7 @@ > PyObject *pfd; > static char *kwlist[] = {"ident", "filter", "flags", "fflags", > "data", "udata", NULL}; >- static char *fmt = "O|hhi" INTPTRT_FMT_UNIT UINTPTRT_FMT_UNIT ":kevent"; >+ static char *fmt = "O|hHI" INTPTRT_FMT_UNIT UINTPTRT_FMT_UNIT ":kevent"; > > EV_SET(&(self->e), 0, EVFILT_READ, EV_ADD, 0, 0, 0); /* defaults */
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 156759
: 115004