diff options
author | Victor Stinner <vstinner@python.org> | 2021-11-30 14:13:55 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-30 14:13:55 (GMT) |
commit | 4b97d974ecca9cce532be55410fe851eb9fdcf21 (patch) | |
tree | 210f4aa94de1d93dcc1e7c3dcddeddf2098de7cb /.gitattributes | |
parent | c19c3a09618ac400538ee412f84be4c1196c7bab (diff) | |
download | cpython-4b97d974ecca9cce532be55410fe851eb9fdcf21.zip cpython-4b97d974ecca9cce532be55410fe851eb9fdcf21.tar.gz cpython-4b97d974ecca9cce532be55410fe851eb9fdcf21.tar.bz2 |
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 '.gitattributes')
0 files changed, 0 insertions, 0 deletions