[issue17964] os.sysconf(): return type of the C function sysconf() is long, not int

STINNER Victor report at bugs.python.org
Thu May 16 22:28:42 CEST 2013


STINNER Victor added the comment:

The bug does also exist in Python 2.7, 3.2 and 3.3, but I prefer to not fix it in these versions because I'm not 100% sure that the return type is long on all platforms and because nobody noticed the issue since years. So if I broke something, I prefer to only break the development branch ;-)

I applied the fix to Python 3.4 and so I'm closing the issue.

----------
resolution:  -> fixed
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue17964>
_______________________________________


More information about the Python-bugs-list mailing list