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 vstinner
Recipients christian.heimes, corona10, erlendaasland, petr.viktorin, pkerling, shihai1991, vstinner
Date 2021-01-25.09:46:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1611567996.6.0.111161693807.issue41798@roundup.psfhosted.org>
In-reply-to
Content
hai shi: "I have checked all capi instances have been allocated in the heap memory. So I think this bpo can be closed ;)"

I also checks and I confirm that PyCapsule_New() is no longer used with a pointer pointing to static data. Well, there is one last case, in an unit test on the API itself (in _testcapi). This corner case is acceptable ;-)

Thanks all for the fixes!
History
Date User Action Args
2021-01-25 09:46:36vstinnersetrecipients: + vstinner, christian.heimes, petr.viktorin, corona10, pkerling, shihai1991, erlendaasland
2021-01-25 09:46:36vstinnersetmessageid: <1611567996.6.0.111161693807.issue41798@roundup.psfhosted.org>
2021-01-25 09:46:36vstinnerlinkissue41798 messages
2021-01-25 09:46:36vstinnercreate