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 serhiy.storchaka
Recipients loewis, ned.deily, python-dev, serhiy.storchaka, steve.dower, tim.golden, zach.ware
Date 2016-12-26.20:16:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1482783397.86.0.750293845919.issue23903@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2016-12-26 20:16:37serhiy.storchakasetrecipients: + serhiy.storchaka, loewis, tim.golden, ned.deily, python-dev, zach.ware, steve.dower
2016-12-26 20:16:37serhiy.storchakasetmessageid: <1482783397.86.0.750293845919.issue23903@psf.upfronthosting.co.za>
2016-12-26 20:16:37serhiy.storchakalinkissue23903 messages
2016-12-26 20:16:37serhiy.storchakacreate