Phil Thompson <phil at river-bank.demon.co.uk> writes: > I could make it slightly easier by testing the pointers for NULL before > dereferencing them. At least you'd get an error message rather than a > segfault. Seems reasonable as we wouldn't normally be able to get Python to core dump. --pete