Skip to content
Commit 9b937109 authored by Luca Beltrame's avatar Luca Beltrame
Browse files

Fix building Pate with Python 3.

Python's C API changed a lot between version 2 and 3, and in particular
Python 3.2 removed a lot of the old CObject API. At the moment
simultaneous compatibility is achieved by a series of #if blocks,
possibly some refactoring is in order.

Pate builds with both Python 2 and Python 3 now.

BUG: 310220
REVIEW: 107362
parent 86fd2dfb
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment