Message292525
| Author | vstinner |
|---|---|
| Recipients | benjamin.peterson, dim, eric.smith, mark.dickinson, serhiy.storchaka, vstinner |
| Date | 2017-04-28.11:05:07 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1493377507.13.0.93075576742.issue30124@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
I would like to fix FreeBSD CURRENT buildbots of Python 2.7, 3.5 and 3.6, so here my attempt to restrict the -fno-strict-aliasing option to the dtoa.c file: https://github.com/python/cpython/pull/1340 I chose to add the flag for any C compiler. If you think that a C compiler may not support that option, we can start by only adding the option on clang, and maybe add it on other C compilers if someone complains. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2017-04-28 11:05:07 | vstinner | set | recipients: + vstinner, mark.dickinson, eric.smith, benjamin.peterson, serhiy.storchaka, dim |
| 2017-04-28 11:05:07 | vstinner | set | messageid: <1493377507.13.0.93075576742.issue30124@psf.upfronthosting.co.za> |
| 2017-04-28 11:05:07 | vstinner | link | issue30124 messages |
| 2017-04-28 11:05:07 | vstinner | create | |