Message 238322 - Python tracker
Message238322
| 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: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 | |