mirror of
https://github.com/python/cpython.git
synced 2026-05-09 22:20:38 -04:00
b2a57722a8
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.