interface/isl.py.top: explicitly cast self.ptr of Context to c_void_p
commitdf09fa296fa2dadb69551d35b408ad43c19dab2a
authorSven Verdoolaege <sven.verdoolaege@gmail.com>
Thu, 4 May 2017 13:45:14 +0000 (4 15:45 +0200)
committerSven Verdoolaege <sven.verdoolaege@gmail.com>
Thu, 4 May 2017 13:47:18 +0000 (4 15:47 +0200)
tree8b0f254a0828e08a59b3887a19451cf3ddd2e707
parent62a7b6b40c5552c03589010f959e216301b36d82
interface/isl.py.top: explicitly cast self.ptr of Context to c_void_p

Without the cast, the pointer is treated as an integer and may get truncated.

Signed-off-by: Sven Verdoolaege <sven.verdoolaege@gmail.com>
interface/isl.py.top