Serhiy Storchaka added the comment:

They do. Functions PyCFunction_New, _PyTrash_deposit_object etc are compiled 
and exported even if they don't represented in headers.

Actually we can remove the PyCFunction_New function since it was converted to 
to a macro before Python 3.0 (faabd9867fb8). No one Python 3 extension uses it. 
But this is separate issue. _PyTrash_deposit_object was used in 3.2.3 and 
should be kept for binary compatibility.

----------

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

Reply via email to