[issue34646] remove PyAPI_* from function definitions

Benjamin Peterson report at bugs.python.org
Wed Sep 12 13:22:24 EDT 2018


New submission from Benjamin Peterson <benjamin at python.org>:

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
status: open
title: remove PyAPI_* from function definitions
versions: Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue34646>
_______________________________________


More information about the Python-bugs-list mailing list