The python extension library doesn't raise errors when writing numbers that are out of range. It should return an error when a negative number is written to a signed int, or when a number is too big to fit in the data type.
Log in to post a comment.