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 8a59713 commit be2deb9Copy full SHA for be2deb9
src/embed_tests/Modules.cs
@@ -317,6 +317,7 @@ public void TestThread()
317
//After the proposal here https://github.com/pythonnet/pythonnet/pull/419 complished,
318
//the BeginAllowThreads statement blow and the last EndAllowThreads statement
319
//should be removed.
320
+ ps = Py.CreateScope(nameof(TestThread));
321
dynamic _ps = ps;
322
var ts = PythonEngine.BeginAllowThreads();
323
try
0 commit comments