Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 873603 Details for
Bug 916436
dev-python/wxpython-4.2.0 doesn't compile on musl without a patch
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
no_stacktrace.patch from alpine repository (wxypython 4.2.0)
no_stacktrace.patch (text/plain), 448 bytes, created by
Tohka
on 2023-10-28 16:49:05 UTC
(
hide
)
Description:
no_stacktrace.patch from alpine repository (wxypython 4.2.0)
Filename:
MIME Type:
Creator:
Tohka
Created:
2023-10-28 16:49:05 UTC
Size:
448 bytes
patch
obsolete
>we have no stacktraces in wxwidgets >--- a/sip/cpp/sip_corewxAppTraits.cpp >+++ b/sip/cpp/sip_corewxAppTraits.cpp >@@ -471,7 +471,7 @@ > PyErr_Clear(); > > Py_BEGIN_ALLOW_THREADS >- sipRes = new ::wxString((sipSelfWasArg ? sipCpp-> ::wxAppTraits::GetAssertStackTrace() : sipCpp->GetAssertStackTrace())); >+ sipRes = new ::wxString(""); > Py_END_ALLOW_THREADS > > if (PyErr_Occurred())
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 916436
: 873603