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 alecsandru.patrascu, benjamin.peterson, brett.cannon, pitrou, serhiy.storchaka, skrah, vstinner, yselivanov
Date 2016-02-04.21:53:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwb+cQ3qoqH0SeOmUPr=4Ovb+a97eJfyn-F7us7SLSaLxQ@mail.gmail.com>
In-reply-to <56B3C41D.9090701@free.fr>
Content
> Also any name starting with Py_ or _Py_ is an API that may be called by third-party code, so it shouldn't be removed at all...

Right. You cannot remove the following functions, they are part of the
public C API (Include/pymem.h).

/usr/bin/ld: Removing unused section '.text.PyMem_RawMalloc' in file
'Objects/obmalloc.o'
/usr/bin/ld: Removing unused section '.text.PyMem_RawCalloc' in file
'Objects/obmalloc.o'
/usr/bin/ld: Removing unused section '.text.PyMem_RawRealloc' in file
'Objects/obmalloc.o'
/usr/bin/ld: Removing unused section '.text.PyMem_RawFree' in file
'Objects/obmalloc.o'
History
Date User Action Args
2016-02-04 21:53:16vstinnersetrecipients: + vstinner, brett.cannon, pitrou, benjamin.peterson, skrah, serhiy.storchaka, yselivanov, alecsandru.patrascu
2016-02-04 21:53:16vstinnerlinkissue26285 messages
2016-02-04 21:53:16vstinnercreate