Blender Git Commit Log
Git Commits -> Revision 9161d3c
Revision 9161d3c by Campbell Barton (master) September 6, 2011, 23:46 (GMT) |
use Py_ssize_t rather than int when dealing with list sizes (original patch from Fedora but applied changes elsewhere too), also replace PyList_Size with PyList_GET_SIZE where typechecking is already done. |
Commit Details:
Full Hash: 9161d3ce4bdd7c838751462b47eb045ea33a686e
SVN Revision: 39986
Parent Commit: 9baff83
Lines Changed: +21, -20
8 Modified Paths:
/source/blender/python/generic/bpy_internal_import.c (+2, -2) (Diff)
/source/blender/python/intern/bpy_rna.c (+1, -1) (Diff)
/source/blender/python/mathutils/mathutils_geometry.c (+6, -6) (Diff)
/source/gameengine/BlenderRoutines/BL_KetsjiEmbedStart.cpp (+3, -2) (Diff)
/source/gameengine/Expressions/ListValue.cpp (+2, -2) (Diff)
/source/gameengine/Expressions/Value.cpp (+2, -2) (Diff)
/source/gameengine/Ketsji/KX_PythonInit.cpp (+3, -3) (Diff)
/source/gameengine/Ketsji/KX_Scene.cpp (+2, -2) (Diff)
/source/blender/python/intern/bpy_rna.c (+1, -1) (Diff)
/source/blender/python/mathutils/mathutils_geometry.c (+6, -6) (Diff)
/source/gameengine/BlenderRoutines/BL_KetsjiEmbedStart.cpp (+3, -2) (Diff)
/source/gameengine/Expressions/ListValue.cpp (+2, -2) (Diff)
/source/gameengine/Expressions/Value.cpp (+2, -2) (Diff)
/source/gameengine/Ketsji/KX_PythonInit.cpp (+3, -3) (Diff)
/source/gameengine/Ketsji/KX_Scene.cpp (+2, -2) (Diff)