Message292022
| Author | vstinner |
|---|---|
| Recipients | dim, emaste, eric.smith, koobs, mark.dickinson, vstinner |
| Date | 2017-04-21.10:13:29 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1492769609.63.0.321530844211.issue30104@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Oh... I only tested my configure patch on Linux using ./configure CC=clang, but the change has no effect on FreeBSD where $CC is /usr/bin/cc and so my code doesn't detect clang correctly. I proposed https://github.com/python/cpython/pull/1233 which runs "cc --version" to check if it contains clang. I tested this change on FreeBSD: it works ;-) (it adds -fno-strict-aliasing) |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2017-04-21 10:13:29 | vstinner | set | recipients: + vstinner, mark.dickinson, eric.smith, koobs, emaste, dim |
| 2017-04-21 10:13:29 | vstinner | set | messageid: <1492769609.63.0.321530844211.issue30104@psf.upfronthosting.co.za> |
| 2017-04-21 10:13:29 | vstinner | link | issue30104 messages |
| 2017-04-21 10:13:29 | vstinner | create | |