Antoine Pitrou <pit...@free.fr> added the comment:

Hmm, PyNumber_InPlaceOr() returns a PyObject*, no wonder why the
compiler complains.
I suppose gcc and MSVC and /really/ laxist to let this error fall through.

----------
keywords: +easy
nosy: +pitrou
priority:  -> critical
stage:  -> needs patch
title: compile error on AIX and HP-UX 11.00 - PyNumber_InPlaceOr(newfree, 
allfree) < 0 -> compile error - PyNumber_InPlaceOr(newfree, allfree) < 0

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue6000>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to