C extension module doesn't throw exception after setting error indicator through PyErr_SetString()
Stefan Behnel
stefan_ml at behnel.de
Thu Aug 2 06:54:54 EDT 2012
rahul, 02.08.2012 11:50:
> When I use same code base for Python 3.x, then behavior is different.
You might want to take a look at Cython. It moves most of these "funny"
little details off your shoulders.
Stefan
More information about the Python-list
mailing list