Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 76236 Details for
Bug 117885
Some wxPython functions are broken on amd64
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
2.4.2.4-64bit.patch (text/plain), 1.67 KB, created by
David Leverton
on 2006-01-05 06:22:32 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
David Leverton
Created:
2006-01-05 06:22:32 UTC
Size:
1.67 KB
patch
obsolete
>--- wxPythonSrc-2.4.2.4/wxPython/src/gtk/html.cpp~ 2003-06-25 22:35:44.000000000 +0100 >+++ wxPythonSrc-2.4.2.4/wxPython/src/gtk/html.cpp 2006-01-04 20:44:04.000000000 +0000 >@@ -4210,7 +4210,7 @@ > char _ptemp[128]; > > self = self; >- if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O|iOOiO:new_wxHtmlWindow",_kwnames,&_argo0,&_arg1,&_obj2,&_obj3,&_arg4,&_obj5)) >+ if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O|iOOlO:new_wxHtmlWindow",_kwnames,&_argo0,&_arg1,&_obj2,&_obj3,&_arg4,&_obj5)) > return NULL; > if (_argo0) { > if (_argo0 == Py_None) { _arg0 = NULL; } >@@ -4304,7 +4304,7 @@ > char *_kwnames[] = { "self","parent","id","pos","size","style","name", NULL }; > > self = self; >- if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO|iOOiO:wxHtmlWindow_Create",_kwnames,&_argo0,&_argo1,&_arg2,&_obj3,&_obj4,&_arg5,&_obj6)) >+ if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO|iOOlO:wxHtmlWindow_Create",_kwnames,&_argo0,&_argo1,&_arg2,&_obj3,&_obj4,&_arg5,&_obj6)) > return NULL; > if (_argo0) { > if (_argo0 == Py_None) { _arg0 = NULL; } >--- wxPythonSrc-2.4.2.4/wxPython/src/gtk/misc2.cpp~ 2003-06-25 22:35:35.000000000 +0100 >+++ wxPythonSrc-2.4.2.4/wxPython/src/gtk/misc2.cpp 2006-01-04 20:44:21.000000000 +0000 >@@ -953,7 +953,7 @@ > char *_kwnames[] = { "message","caption","style","parent","x","y", NULL }; > > self = self; >- if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O|OiOii:wxMessageBox",_kwnames,&_obj0,&_obj1,&_arg2,&_argo3,&_arg4,&_arg5)) >+ if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O|OlOii:wxMessageBox",_kwnames,&_obj0,&_obj1,&_arg2,&_argo3,&_arg4,&_arg5)) > return NULL; > { > _arg0 = wxString_in_helper(_obj0);
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 117885
:
76235
|
76236
|
76309