I'm using a third party python library with C extensions. There is one function I call all the time. When I call this function with some special argument (that should be valid) it segfaults.
Let's assume for the moment that I can't file a bug report (will take to long to resolve).
It there any way to handle such problem with Python?
I can provide the code but the question is so general it won't change much...