Closed
Description
Bug report
Bug description:
The generated C code for UNPACK_SEQUENCE_TUPLE
saves the stack pointer before increasing it to account for the output array. This could result in some of the items being prematurely destroyed if seq
is deleted.
https://github.com/python/cpython/blob/main/Python/generated_cases.c.h#L11927
CPython versions tested on:
CPython main branch
Operating systems tested on:
No response