diff options
author | Victor Stinner <vstinner@python.org> | 2022-05-05 09:31:59 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-05 09:31:59 (GMT) |
commit | 08b562a5dfc5cb5b94c94622763f79998aa682c3 (patch) | |
tree | f921684312e4a4a441a15a44edf76c5db2599897 /Objects/bytesobject.c | |
parent | 5212cbc2618bd4390c4b768f1c65c28fa6b595a0 (diff) | |
download | cpython-08b562a5dfc5cb5b94c94622763f79998aa682c3.zip cpython-08b562a5dfc5cb5b94c94622763f79998aa682c3.tar.gz cpython-08b562a5dfc5cb5b94c94622763f79998aa682c3.tar.bz2 |
gh-89653: PEP 670: Convert PyCFunction macros to functions (#92302)
Convert the following macros to static inline functions:
* PyCFunction_GET_CLASS()
* PyCFunction_GET_FLAGS()
* PyCFunction_GET_FUNCTION()
* PyCFunction_GET_SELF()
Limited C API version 3.11 no longer casts arguments.
Diffstat (limited to 'Objects/bytesobject.c')
0 files changed, 0 insertions, 0 deletions