[issue6000] compile error - PyNumber_InPlaceOr(newfree, allfree) < 0

Antoine Pitrou report at bugs.python.org
Tue May 12 15:44:51 CEST 2009


Antoine Pitrou <pitrou at 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 <report at bugs.python.org>
<http://bugs.python.org/issue6000>
_______________________________________


More information about the Python-bugs-list mailing list