Skip to content
Snippets Groups Projects
Commit d3eb4043 authored by David Gobbi's avatar David Gobbi
Browse files

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
parent c96458b9
No related branches found
No related tags found
Loading
Showing
with 664 additions and 144 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment