This is actually a bug in mod_python 3.3.1. What happens is that when some deprecated functions are invoked, it tries to throw out a deprecated warning. However, unfortunately, mod_python will crash at this right time.
The solution is simple, just use this patch:
Attachment