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.
V
Victor Stinner committed
4b97d974ecca9cce532be55410fe851eb9fdcf21
Parent: c19c3a0
Committed by GitHub <noreply@github.com>
on 11/30/2021, 2:13:55 PM