Re: [Python.NET] calling Finalize directly

2005-05-12 Thread mtraudt
To: mtraudt; pythondotnet@python.org > Subject: RE: [Python.NET] calling Finalize directly > > > I realize that you cannot currently build on mono due to other > > limitations, but it seems that mcs also does not like the fact that > > you call Finalize() directly in some case

Re: [Python.NET] calling Finalize directly

2005-05-12 Thread Brian Lloyd
> I realize that you cannot currently build on mono > due to other limitations, but it seems that mcs also > does not like the fact that you call Finalize() > directly in some cases. > > The MS compiler does not complain, although on > MSDN it says not to do this, and to use Dispose() > instead.

[Python.NET] calling Finalize directly

2005-05-11 Thread mtraudt
I realize that you cannot currently build on mono due to other limitations, but it seems that mcs also does not like the fact that you call Finalize() directly in some cases. The MS compiler does not complain, although on MSDN it says not to do this, and to use Dispose() instead. Is there any rea