swig/SWIG/Examples/test-suite/python/disown_runme.py
2005-11-07 12:40:16 +00:00

9 lines
93 B
Python

from disown import *
a = A()
b = B()
b.acquire(a)
if a.this.own():
raise RuntimeError