In the process of implementing #96421, I discovered that tracemalloc doesn't filter out incomplete frames. 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.
The text was updated successfully, but these errors were encountered:
In the process of implementing #96421, I discovered that tracemalloc doesn't filter out incomplete frames. This might be an issue when allocating in the
RETURN_GENERATORinstruction.This might only be a hypothetical problem, but it should be fixed anyway.
The text was updated successfully, but these errors were encountered: