OpenPGM error handling improved

This commit is contained in:
Martin Sustrik
2009-12-21 18:50:24 +01:00
parent 990a1e8686
commit 5a0674dfec
3 changed files with 57 additions and 21 deletions

View File

@@ -17,11 +17,11 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <Python.h>
#include <stddef.h>
#include <assert.h>
#include <errno.h>
#include <string.h>
#include <Python.h>
#include "../c/zmq.h"