Skip to content

Commit c7443b6

Browse files
Skip runtime stash on shutdown
1 parent 5aab127 commit c7443b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/runtime/StateSerialization/RuntimeData.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ static void ClearCLRData ()
4949

5050
internal static void Stash()
5151
{
52+
return;
5253
var runtimeStorage = new PythonNetState
5354
{
5455
Metatype = MetaType.SaveRuntimeData(),

0 commit comments

Comments
 (0)