Message331119
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 | cstratak |
|---|---|
| Recipients | cstratak, dstufft, eric.araujo |
| Date | 2018-12-05.14:43:17 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1544020997.27.0.788709270274.issue35257@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
So to better illustrate the actual issue I'll be using an example from the python documentation [0][1]. Get the demo.c and the setup.py. Compile cpython first with --with-lto and then compile the demo.c with ./python3 setup.py build. You will notice that various link time optimization linker flags are passed to the extension. [0] https://docs.python.org/3/extending/extending.html#keyword-parameters-for-extension-functions [1] https://docs.python.org/3/extending/building.html#building-c-and-c-extensions-with-distutils |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-12-05 14:43:17 | cstratak | set | recipients: + cstratak, eric.araujo, dstufft |
| 2018-12-05 14:43:17 | cstratak | set | messageid: <1544020997.27.0.788709270274.issue35257@psf.upfronthosting.co.za> |
| 2018-12-05 14:43:17 | cstratak | link | issue35257 messages |
| 2018-12-05 14:43:17 | cstratak | create | |