Nathaniel Smith wrote:
> Windows already has working symbol visibility handling, and PyAPI_FUNC is
> what controls it. So adding symbol visibility handling to Linux/macOS is
> just about making all the platforms consistent. There might be some weird
> choices being made, but I don't think you need to sort all those out as
> part of this.

Well, _Py_DecodeLocaleEx is declared with PyAPI_FUNC, so would you expect it to 
be exposed on Windows? I haven't a Windows machine handy right now, but I would 
expect it not to be exposed, as it doesn't appear in PC/python3.def. I will 
check when I get a chance.

Regards,

Vinay Sajip
_______________________________________________
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-le...@python.org
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at 
https://mail.python.org/archives/list/python-dev@python.org/message/Q6H72YBNCKQYUQ4O4TMP65R4VEPEVLMT/

Reply via email to