Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 143419 Details for
Bug 219329
Blender fails to build on x86_64 with python-2.5
Home
New
Search
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh90 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Totally untested patch
blender.patch (text/plain), 815 bytes, created by
Christopher Stone
on 2006-12-12 17:54:48 UTC
(
hide
)
Description:
Totally untested patch
Filename:
MIME Type:
Creator:
Christopher Stone
Created:
2006-12-12 17:54:48 UTC
Size:
815 bytes
patch
obsolete
>--- source/gameengine/Expressions/ListValue.cpp~ 2006-12-12 09:49:00.000000000 -0800 >+++ source/gameengine/Expressions/ListValue.cpp 2006-12-12 09:50:57.000000000 -0800 >@@ -23,12 +23,12 @@ > #include <config.h> > #endif > >-int listvalue_bufferlen(PyObject* list) >+Py_ssize_t listvalue_bufferlen(PyObject* list) > { > return ( ((CListValue*)list)->GetCount()); > } > >-PyObject* listvalue_buffer_item(PyObject* list,int index) >+PyObject* listvalue_buffer_item(PyObject* list,Py_ssize_t index) > { > if (index >= 0 && index < ((CListValue*) list)->GetCount()) > { >@@ -68,7 +68,7 @@ > > > /* just slice it into a python list... */ >-PyObject* listvalue_buffer_slice(PyObject* list,int ilow, int ihigh) >+PyObject* listvalue_buffer_slice(PyObject* list,Py_ssize_t ilow, Py_ssize_t ihigh) > { > int i, j; > PyListObject *newlist;
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 219329
:
143419
|
143684