[issue11717] conflicting definition of ssize_t in pyconfig.h

Amaury Forgeot d'Arc report at bugs.python.org
Wed Mar 30 09:44:16 CEST 2011


Amaury Forgeot d'Arc <amauryfa at gmail.com> added the comment:

Should Python.h systematically avoid defining symbols without a Py prefix?
See attached patch, which defines Py_ssize_t in pyconfig.h.

The same can be said for other symbols defined there: pid_t, copysign, hypot.

----------
keywords: +patch
nosy: +amaury.forgeotdarc
Added file: http://bugs.python.org/file21472/no-ssize_t.patch

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


More information about the Python-bugs-list mailing list