commit | 7c8a78b95c32e0d4b1e1c2e6f2af65512750131c | [log] [tgz] |
---|---|---|
author | Jack Jansen <[email protected]> | Fri Jan 17 23:11:17 2003 +0000 |
committer | Jack Jansen <[email protected]> | Fri Jan 17 23:11:17 2003 +0000 |
tree | fa9e063483b8b52a59b5a3f006d360fe18fa288e | |
parent | 87838200e8f8a05b45cde94a34bb1d5cdef13029 [diff] |
It turns out that some calls return AEDesc records that are "borrowed", the AEDesc data shouldn't be disposed when the Python object is. Added a C call AEDesc_NewBorrowed() to create these objects and a Python method old=AEDesc.AutoDispose(onoff) to change auto-dispose state.