On Thu, 13 Jun 2019 22:05:01 +0900 Inada Naoki <[email protected]> wrote: > > Currently, many private APIs uses `PyAPI_FUNC()`.
It's easier to use PyAPI_FUNC() everywhere than forget it in some places and then bother Windows users. Private APIs are sometimes used in third-party modules if they want access to higher-performance or specific APIs. Regards Antoine. _______________________________________________ Python-Dev mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-dev.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/P7ICOGW4ZHZ76R4RYIDSTQPDABSLIPUY/
