Python: use hash() as temporary workaround to check if two objects with different wrappers are underneath the same.

This commit is contained in:
Gustavo J. A. M. Carneiro
2008-08-01 23:11:42 +01:00
parent 172db792a8
commit 27df0a5c92
2 changed files with 16 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ else:
os.environ['PYTHONPATH'] = LOCAL_PYBINDGEN_PATH
## https://launchpad.net/pybindgen/
REQUIRED_PYBINDGEN_VERSION = (0, 8, 0, 516)
REQUIRED_PYBINDGEN_VERSION = (0, 9, 0, 526)
REQUIRED_PYGCCXML_VERSION = (0, 9, 5)