Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 547340 Details for
Bug 666568
sci-libs/vtk-8.1.0-r2 needs a patch for Python_3.7
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for Python 3.7
vtk-8.1.0-Py37.patch (text/plain), 424 bytes, created by
Helmut Jarausch
on 2018-09-19 16:52:38 UTC
(
hide
)
Description:
patch for Python 3.7
Filename:
MIME Type:
Creator:
Helmut Jarausch
Created:
2018-09-19 16:52:38 UTC
Size:
424 bytes
patch
obsolete
>--- a/Wrapping/PythonCore/vtkPythonArgs.cxx.ORIG 2017-12-22 17:33:25.000000000 +0100 >+++ b/Wrapping/PythonCore/vtkPythonArgs.cxx 2018-09-19 15:42:51.150239108 +0200 >@@ -102,7 +102,7 @@ > else if (PyUnicode_Check(o)) > { > #if PY_VERSION_HEX >= 0x03030000 >- a = PyUnicode_AsUTF8(o); >+ a = const_cast<T *>(PyUnicode_AsUTF8(o)); > return true; > #else > PyObject *s = _PyUnicode_AsDefaultEncodedString(o, nullptr);
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 666568
: 547340