Message 216476 - Python tracker
Message216476
| Author | wolma |
|---|---|
| Recipients | benjamin.peterson, dstufft, eric.araujo, larry, ned.deily, nilsge, skrah, wolma |
| Date | 2014-04-16.14:59:50 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1397660390.28.0.36710346621.issue21121@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
I ran into this issue right after 3.4 got released. I solved it by adding extra_compile_args=["-Wno-error=declaration-after-statement"] as an argument to the Extension() call in the package's setup.py . |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2014-04-16 14:59:50 | wolma | set | recipients: + wolma, larry, benjamin.peterson, ned.deily, eric.araujo, skrah, dstufft, nilsge |
| 2014-04-16 14:59:50 | wolma | set | messageid: <1397660390.28.0.36710346621.issue21121@psf.upfronthosting.co.za> |
| 2014-04-16 14:59:50 | wolma | link | issue21121 messages |
| 2014-04-16 14:59:50 | wolma | create | |