diff options
author | Victor Stinner <vstinner@python.org> | 2021-11-30 15:13:55 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-30 15:13:55 +0100 |
commit | 4b97d974ecca9cce532be55410fe851eb9fdcf21 (patch) | |
tree | 210f4aa94de1d93dcc1e7c3dcddeddf2098de7cb /Python/errors.c | |
parent | c19c3a09618ac400538ee412f84be4c1196c7bab (diff) | |
download | cpython-git-4b97d974ecca9cce532be55410fe851eb9fdcf21.tar.gz |
bpo-45476: Disallow using asdl_seq_GET() as l-value (GH-29866)
The following internal macros can not longer be used as l-value:
* asdl_seq_GET()
* asdl_seq_GET_UNTYPED()
* asdl_seq_LEN()
They are modified to use the _Py_RVALUE() macro.
Diffstat (limited to 'Python/errors.c')
0 files changed, 0 insertions, 0 deletions