Re: [Python.NET] Passing a C# DateTime object to a Python script

2018-06-07 Thread Denis Akhiyarov
There is a pythonnet branch with datetime conversion implementation. Is this what you are looking for? https://github.com/QuantConnect/pythonnet/pull/8/files On Wed, May 30, 2018, 2:26 PM Ian Hannah wrote: > Hi, > > > > I have a simple python script: > > > > def test(datetime_or_doy): > >

Re: [Python.NET] Finalizers and proper dereference of CPython objects

2018-06-07 Thread Denis Akhiyarov
There is a fix for this but the code review and merging of related PR is not complete yet: https://github.com/pythonnet/pythonnet/issues/541 On Fri, Jun 1, 2018, 12:56 PM Tom Unger wrote: > > > PythonException, PyObjecdt, PyScope have finallizers defined as: > > > > ~PyObject() > >