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 pablogsal
Recipients pablogsal
Date 2021-08-07.00:25:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
Here:

https://github.com/python/cpython/blob/17c23167942498296f0bdfffe52e72d53d66d693/Python/bltinmodule.c#L60-L88

Seems that new_base is not properly cleaned on the error paths
History
Date User Action Args
2021-08-07 00:25:24pablogsalsetrecipients: + pablogsal
2021-08-07 00:25:24pablogsalsetmessageid: <[email protected]>
2021-08-07 00:25:24pablogsallinkissue44856 messages
2021-08-07 00:25:23pablogsalcreate