[issue11410] Use GCC visibility attrs in PyAPI_*

Martin v. Löwis report at bugs.python.org
Mon Mar 7 01:00:32 CET 2011


Martin v. Löwis <martin at v.loewis.de> added the comment:

Exporting the SizeT functions on all systems is fine. It's not true that they aren't declared: they are declared in modsupport.h if PY_SSIZE_T_CLEAN is defined. Else they are not declared.

The patch looks fine to. I agree that mere cleanup shouldn't get committed along with substantial changes.

----------

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


More information about the Python-bugs-list mailing list