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 larry
Recipients Elvis.Pranskevichus, Mark.Shannon, larry, miss-islington, pablogsal, vstinner, yselivanov
Date 2022-01-11.22:56:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1641941817.4.0.725540527059.issue46347@roundup.psfhosted.org>
In-reply-to
Content
The function will still leak "kwnames" and "default" if creating the "func" object fails.  Admittedly that would only happen in a low-memory condition which is a) rare and b) probably only happens just before the interpreter completely dies, so it's not worth addressing during today's mild emergency.
History
Date User Action Args
2022-01-11 22:56:57larrysetrecipients: + larry, vstinner, Elvis.Pranskevichus, Mark.Shannon, yselivanov, pablogsal, miss-islington
2022-01-11 22:56:57larrysetmessageid: <1641941817.4.0.725540527059.issue46347@roundup.psfhosted.org>
2022-01-11 22:56:57larrylinkissue46347 messages
2022-01-11 22:56:57larrycreate