On Thu, 13 Jun 2019 22:05:01 +0900 Inada Naoki songofacandy@gmail.com 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.