30 Mar
2016
30 Mar
'16
7:38 p.m.
I'm creating PyTuple instances using the constructor. I noticed the constructor calls Runtime.Incref for each of the tuple elements. But PyTuple doesn't override PyObject's implementation of IDisposable. It's not clear to me when this references will be cleared. Thanks, Steven