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 Elvis.Pranskevichus, Mark.Shannon, miss-islington, pablogsal, vstinner, yselivanov
Date 2022-01-11.22:45:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1641941128.83.0.71566905068.issue46347@roundup.psfhosted.org>
In-reply-to
Content
Turns out this leak affects CYthon quite a lot:

https://github.com/cython/cython/blob/29ad96444b8b1a4f05a6ac2328fde01de4782691/Cython/Utility/ObjectHandling.c#L2139-L2155

This seems to imply that every function call using __Pyx_PyCFunction_FastCall is leaking memory in 3.10, which is quite bad. We may need an urgent release for this :(
History
Date User Action Args
2022-01-11 22:45:28pablogsalsetrecipients: + pablogsal, vstinner, Elvis.Pranskevichus, Mark.Shannon, yselivanov, miss-islington
2022-01-11 22:45:28pablogsalsetmessageid: <1641941128.83.0.71566905068.issue46347@roundup.psfhosted.org>
2022-01-11 22:45:28pablogsallinkissue46347 messages
2022-01-11 22:45:28pablogsalcreate