This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author yselivanov
Recipients Elvis.Pranskevichus, Mark.Shannon, pablogsal, vstinner, yselivanov
Date 2022-01-11.21:10:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1641935423.58.0.518966961601.issue46347@roundup.psfhosted.org>
In-reply-to
Content
This is the questionable place in the code: https://github.com/python/cpython/blob/dce642f24418c58e67fa31a686575c980c31dd37/Python/ceval.c#L6131-L6166

See that `kwargs` is allocated but never freed or used.
History
Date User Action Args
2022-01-11 21:10:23yselivanovsetrecipients: + yselivanov, vstinner, Elvis.Pranskevichus, Mark.Shannon, pablogsal
2022-01-11 21:10:23yselivanovsetmessageid: <1641935423.58.0.518966961601.issue46347@roundup.psfhosted.org>
2022-01-11 21:10:23yselivanovlinkissue46347 messages
2022-01-11 21:10:23yselivanovcreate