| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
… PyObject instances
There was a problem hiding this comment.
Can't you use one of the *Reference types instead of IntPtr? It would be good to see at least in the code that we are talking about Python objects here.
Sorry, something went wrong.
|
|
||
| [Test] | ||
| [Ignore("Ignore temporarily")] | ||
| [Obsolete("GC tests are not guaranteed")] |
There was a problem hiding this comment.
Is NUnit aware of this attribute or does this just generate yet another compile-time warning? Does it help to retry the test using https://docs.nunit.org/articles/nunit/writing-tests/attributes/retry.html?
Sorry, something went wrong.
There was a problem hiding this comment.
NUnit is not aware. This actually removes warning from the usage of other [Obsolete] code.
Sorry, something went wrong.
|
@filmor not for the finalizer. *Reference types can not be stored. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This contains two fixes, that must go along for the tests to pass:
This removes some functions from Finalizer, which previously were public, but should not have been.