SIGN IN SIGN UP

fixed positive PyInt converted to negative BigInteger

BigInteger constructor uses the sign bit in the first byte. Since we explicitly handle the sign, the fix is to prepend a zero byte to the number, which does not change it, but ensures sign bit is zero.

fixes https://github.com/pythonnet/pythonnet/issues/1990
V
Victor Nova committed
218610ea33ef22ec1836f4fd43c3223676de5e51
Parent: 02b6c2f