Errors seen in LOGS/PyX-0.11.1-2.fc17

This is a summary of errors seen when compiling with an experimental static analysis tool

Raw build logs can be seen here

Returning (PyObject*)NULL without setting an exception

These messages are often false-positives: the analysis tool has no knowledge about internal API calls that can lead to an exception being set
pyx/pykpathsea.c py_kpse_find_file returning (PyObject*)NULL without setting an exception

Returning (PyObject*)NULL without setting an exception

These messages are often false-positives: the analysis tool has no knowledge about internal API calls that can lead to an exception being set
pyx/pykpathsea.c py_kpse_find_file returning (PyObject*)NULL without setting an exception
pyx/font/_t1code.c py_decoder returning (PyObject*)NULL without setting an exception
pyx/font/_t1code.c py_encoder returning (PyObject*)NULL without setting an exception