pkthong

Results 3 comments of pkthong

Python 3.8.0 (default, Nov 6 2019, 16:00:02) [MSC v.1916 64 bit (AMD64)] :: Anaconda, Inc. on win32 Type "help", "copyright", "credits" or "license" for more information. >>> import clr, System...

Running through the changes between v2.4.0 and v2.5.0, the last commit that works for the above test is (4a92d80)

The above suggestion seems to execute, yet accessing the array results in a System.AccessViolationException. To reproduce this, add the following to the test code. ```python netFoo2 = Array.Copy(netFoo) ```