diff options
author | Victor Stinner <vstinner@python.org> | 2021-10-15 17:44:35 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-15 17:44:35 (GMT) |
commit | 51f8196d05f0e271358eee0f90fe044b20449fb5 (patch) | |
tree | fe8cca5dca4f3ed8534701b958933b0aec1afcf4 /Python/fileutils.c | |
parent | 547d26aa08aa5e4ec6e4f8a5587b30b39064a5ba (diff) | |
download | cpython-51f8196d05f0e271358eee0f90fe044b20449fb5.zip cpython-51f8196d05f0e271358eee0f90fe044b20449fb5.tar.gz cpython-51f8196d05f0e271358eee0f90fe044b20449fb5.tar.bz2 |
bpo-30459: Use (void) in macros setting variables (GH-28982)
Convert the result of macros setting variables to void to avoid risks
of misusing them:
* _PyGCHead_SET_NEXT()
* asdl_seq_SET()
* asdl_seq_SET_UNTYPED()
Diffstat (limited to 'Python/fileutils.c')
0 files changed, 0 insertions, 0 deletions