Message 256118 - Python tracker
Message256118
| Author | mark.dickinson |
|---|---|
| Recipients | mark.dickinson, rhettinger, serhiy.storchaka, vstinner |
| Date | 2015-12-08.15:58:51 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1449590331.47.0.475866800807.issue25823@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Hmm. Doesn't this introduce undefined behaviour? The new code looks like a violation of the strict aliasing rule. (Or do we compile with `-fno-strict-aliasing` or the like?) |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2015-12-08 15:58:51 | mark.dickinson | set | recipients: + mark.dickinson, rhettinger, vstinner, serhiy.storchaka |
| 2015-12-08 15:58:51 | mark.dickinson | set | messageid: <1449590331.47.0.475866800807.issue25823@psf.upfronthosting.co.za> |
| 2015-12-08 15:58:51 | mark.dickinson | link | issue25823 messages |
| 2015-12-08 15:58:51 | mark.dickinson | create | |