git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7819 626c5289-ae23-0410-ae9c-e8d60b6d4f22
9 lines
93 B
Python
9 lines
93 B
Python
from disown import *
|
|
|
|
a = A()
|
|
b = B()
|
|
|
|
b.acquire(a)
|
|
|
|
if a.this.own():
|
|
raise RuntimeError
|