pub fn read_pylong<R>(rdr: &mut R) -> Result<BigInt, MarshalError>where R: Read,
Read a TYPE_LONG arbitrary-precision integer (base-2^15 digits).