Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a225aa commit f0b74ebCopy full SHA for f0b74eb
src/embed_tests/TestInterrupt.cs
@@ -47,6 +47,8 @@ import time
47
48
Thread.Sleep(200);
49
50
+ Assert.AreNotEqual(uint.MinValue, nativeThreadID);
51
+
52
using (Py.GIL())
53
{
54
int interruptReturnValue = PythonEngine.Interrupt(nativeThreadID);
0 commit comments