-
- Downloads
Python API compatibility for py3k.
This is a large change that adds conditional compilation to support both python 2 and python 3. The header vtkPythonCompatibility.h does a lot of the necessary work: 1) PyInt is redefined to PyLong for py3k 2) PyString is redefied to PyUnicode for py3k 3) PyBytes is redefined to PyString for python 2
Showing
- Filters/Python/vtkPythonAlgorithm.cxx 31 additions, 1 deletionFilters/Python/vtkPythonAlgorithm.cxx
- Utilities/Python/vtkPython.h 4 additions, 0 deletionsUtilities/Python/vtkPython.h
- Wrapping/Python/vtkPythonAppInit.cxx 76 additions, 5 deletionsWrapping/Python/vtkPythonAppInit.cxx
- Wrapping/PythonCore/PyVTKMethodDescriptor.cxx 28 additions, 9 deletionsWrapping/PythonCore/PyVTKMethodDescriptor.cxx
- Wrapping/PythonCore/PyVTKMutableObject.cxx 137 additions, 22 deletionsWrapping/PythonCore/PyVTKMutableObject.cxx
- Wrapping/PythonCore/PyVTKObject.cxx 16 additions, 7 deletionsWrapping/PythonCore/PyVTKObject.cxx
- Wrapping/PythonCore/PyVTKSpecialObject.cxx 28 additions, 8 deletionsWrapping/PythonCore/PyVTKSpecialObject.cxx
- Wrapping/PythonCore/PyVTKTemplate.cxx 34 additions, 8 deletionsWrapping/PythonCore/PyVTKTemplate.cxx
- Wrapping/PythonCore/vtkPythonArgs.cxx 66 additions, 17 deletionsWrapping/PythonCore/vtkPythonArgs.cxx
- Wrapping/PythonCore/vtkPythonCommand.cxx 14 additions, 1 deletionWrapping/PythonCore/vtkPythonCommand.cxx
- Wrapping/PythonCore/vtkPythonCompatibility.h 64 additions, 0 deletionsWrapping/PythonCore/vtkPythonCompatibility.h
- Wrapping/PythonCore/vtkPythonOverload.cxx 106 additions, 21 deletionsWrapping/PythonCore/vtkPythonOverload.cxx
- Wrapping/PythonCore/vtkPythonUtil.cxx 47 additions, 28 deletionsWrapping/PythonCore/vtkPythonUtil.cxx
- Wrapping/PythonCore/vtkPythonUtil.h 1 addition, 12 deletionsWrapping/PythonCore/vtkPythonUtil.h
- Wrapping/Tools/vtkWrapPythonEnum.c 9 additions, 1 deletionWrapping/Tools/vtkWrapPythonEnum.c
- Wrapping/Tools/vtkWrapPythonMethodDef.c 2 additions, 3 deletionsWrapping/Tools/vtkWrapPythonMethodDef.c
- Wrapping/Tools/vtkWrapPythonType.c 1 addition, 1 deletionWrapping/Tools/vtkWrapPythonType.c
Loading