Message238322
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). |
|
Date |
User |
Action |
Args |
2015-03-17 17:16:54 | vstinner | set | recipients:
+ vstinner, loewis, twouters, pitrou, dmalcolm, SamB, tromey |
2015-03-17 17:16:54 | vstinner | set | messageid: <1426612614.39.0.898280589408.issue11410@psf.upfronthosting.co.za> |
2015-03-17 17:16:54 | vstinner | link | issue11410 messages |
2015-03-17 17:16:54 | vstinner | create | |
|