[issue34646] remove PyAPI_* from function definitions

2018-09-12 Thread Benjamin Peterson
Benjamin Peterson added the comment: New changeset e5024517811ee990b770fca0ba7058742d00e032 by Benjamin Peterson in branch 'master': closes bpo-34646: Remove PyAPI_* macros from declarations. (GH-9218) https://github.com/python/cpython/commit/e5024517811ee990b770fca0ba7058742d00e032 ---

[issue34646] remove PyAPI_* from function definitions

2018-09-12 Thread Benjamin Peterson
Change by Benjamin Peterson : -- keywords: +patch pull_requests: +8650 stage: -> patch review ___ Python tracker ___ ___ Python-bug

[issue34646] remove PyAPI_* from function definitions

2018-09-12 Thread Benjamin Peterson
New submission from Benjamin Peterson : It suffices to have PyAPI_FUNC and PyAPI_DATA on the forward declaration in a header file. We should remove the usages we have in .c files. -- components: Interpreter Core messages: 325147 nosy: benjamin.peterson priority: normal severity: normal