[Python-Dev] Re: PyAPI_FUNC() is needed to private APIs?

2019年6月13日 10:20:45 -0700

On 2019年6月13日 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/

Reply via email to