File: OpenSSL/crypto/crypto.c
Function: crypto_exception_from_error_queue
Error: returning (PyObject*)NULL without setting an exception
601 static PyObject *
602 crypto_exception_from_error_queue(PyObject *spam, PyObject *eggs) {
603     exception_from_error_queue(crypto_Error);
604     return NULL;
returning
returning (PyObject*)NULL without setting an exception
605 }