STINNER Victor <vstin...@python.org> added the comment:

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!

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue41798>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to