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 3951095 commit d8ca624Copy full SHA for d8ca624
CHANGELOG.md
@@ -61,11 +61,6 @@ This document follows the conventions laid out in [Keep a CHANGELOG][].
61
62
- Deprecated `RunString` (#401)
63
64
-### Deprecated
65
-
66
-- Deprecated `RunString` (#401)
67
68
-### Fixed
69
70
- Fixed crash during Initialization (#262)(#343)
71
- Fixed crash during Shutdown (#365)
src/runtime/pyscope.cs
@@ -429,7 +429,7 @@ private void Check()
429
{
430
if (isDisposed)
431
432
- throw new PyScopeException("'ScopeStorage' object has been disposed");
+ throw new PyScopeException($"The scope of name '{Name}' object has been disposed");
433
}
434
435
0 commit comments