Using strtol() on int8 values (input parameters or result sets) inplpython would result in numeric overflows causing the backend toterminate abruptly.
This patch fixes it.
-Brad