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 SamB, dmalcolm, loewis, pitrou, tromey, twouters, vstinner
Date 2015-03-17.17:16:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1426612614.39.0.898280589408.issue11410@psf.upfronthosting.co.za>
In-reply-to
Content
In the issue #23685, I proposed a patch to add _PyBUILTIN_MODINIT_FUNC for builtin modules. It makes possible to hide PyInit_xxx symbols of builtin symbols with __attribute__((visibility("hidden"))). It also avoids to export these privates symbols on Windows in the Python DLL (and on Linux in the Python .so library).
History
Date User Action Args
2015-03-17 17:16:54vstinnersetrecipients: + vstinner, loewis, twouters, pitrou, dmalcolm, SamB, tromey
2015-03-17 17:16:54vstinnersetmessageid: <1426612614.39.0.898280589408.issue11410@psf.upfronthosting.co.za>
2015-03-17 17:16:54vstinnerlinkissue11410 messages
2015-03-17 17:16:54vstinnercreate