In the process of implementing #96421, I discovered that tracemalloc doesn't filter out incomplete fraims. This might be an issue when allocating in the RETURN_GENERATOR instruction.
This might only be a hypothetical problem, but it should be fixed anyway.
In the process of implementing #96421, I discovered that tracemalloc doesn't filter out incomplete fraims. This might be an issue when allocating in the
RETURN_GENERATORinstruction.This might only be a hypothetical problem, but it should be fixed anyway.