Skip to content

Commit

Permalink
GH-36863: [C#] Remove unnecessary applied fix to not shutdown PythonE…
Browse files Browse the repository at this point in the history
…ngine on CDataInterfacePythonTests if .NET is > 5.0 (#36872)

### Rationale for this change

Maintenance branch fix is not necessary.

### What changes are included in this PR?

Remove unnecessary patch

### Are these changes tested?

Yes, on CI

### Are there any user-facing changes?

No
* Closes: #36863

Authored-by: Raúl Cumplido <[email protected]>
Signed-off-by: Raúl Cumplido <[email protected]>
  • Loading branch information
raulcd authored Jul 26, 2023
1 parent 5a9240f commit 2f039f1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions csharp/test/Apache.Arrow.Tests/CDataInterfacePythonTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,7 @@ public PythonNet()

public void Dispose()
{
#if !NET5_0_OR_GREATER
PythonEngine.Shutdown();
#endif
}
}

Expand Down

0 comments on commit 2f039f1

Please sign in to comment.