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
> 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.
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