Dave Malcolm <dmalc...@redhat.com> added the comment:

Thanks.  I'm attaching an updated version of the patch, wrapping all new C 
entrypoints within a #ifndef Py_LIMITED_API

I also moved the existing _PyObject_DebugMallocStats() entrypoint to within a 
#ifndef Py_LIMITED_API.  As noted above, it is not documented (and these 
patches change it from accepting void to a FILE*).

----------
Added file: http://bugs.python.org/file25584/add-debug-malloc-stats-v3.patch

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

Reply via email to