Message274607
| Author | serhiy.storchaka |
|---|---|
| Recipients | Devin Jeanpierre, belopolsky, benjamin.peterson, christian.heimes, guidod-2011, mark.dickinson, pitrou, python-dev, serhiy.storchaka, vstinner |
| Date | 2016-09-06.19:18:43 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1473189523.58.0.542825995368.issue17884@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Python/dtoa.c contains a number of "#ifdef ULLong". Since now ULLong is not a macro but a typedef, this condition is false and the compiler now compiles different (less efficient and perhaps less tested) branch of the code. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2016-09-06 19:18:43 | serhiy.storchaka | set | recipients: + serhiy.storchaka, mark.dickinson, belopolsky, pitrou, vstinner, christian.heimes, benjamin.peterson, Devin Jeanpierre, python-dev, guidod-2011 |
| 2016-09-06 19:18:43 | serhiy.storchaka | set | messageid: <1473189523.58.0.542825995368.issue17884@psf.upfronthosting.co.za> |
| 2016-09-06 19:18:43 | serhiy.storchaka | link | issue17884 messages |
| 2016-09-06 19:18:43 | serhiy.storchaka | create | |