Skip to content

Commit

Permalink
use biginteger from pythonnet
Browse files Browse the repository at this point in the history
  • Loading branch information
zavub committed Jul 11, 2024
1 parent 60f2a7e commit e4ab303
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 40 deletions.
2 changes: 1 addition & 1 deletion src/Libraries/DSCPython/CPythonEvaluator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ def write(self, text):
/// </summary>
private static void InitializeEncoders()
{
var shared = new object[] { new BigIntegerEncoderDecoder(), new ListEncoderDecoder() };
var shared = new object[] { new ListEncoderDecoder() };
var encoders = shared.Cast<IPyObjectEncoder>().ToArray();
var decoders = shared.Cast<IPyObjectDecoder>().Concat(new IPyObjectDecoder[]
{
Expand Down
39 changes: 0 additions & 39 deletions src/Libraries/DSCPython/Encoders/BigIntegerEncoderDecoder.cs

This file was deleted.

0 comments on commit e4ab303

Please sign in to comment.