16 lines
517 B
Diff
16 lines
517 B
Diff
Taken from Alpine:
|
|
|
|
https://git.alpinelinux.org/aports/plain/community/py3-wxpython/no-stacktrace.patch
|
|
|
|
--- 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())
|