Message172149
| Author | vstinner |
|---|---|
| Recipients | vstinner |
| Date | 2012-10-05.21:22:50 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1349472170.57.0.313181592157.issue16147@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
"Split PyUnicode_FromFormatV() into smaller functions: add unicode_fromformat_arg(). It requires to copy vargs using Py_VA_COPY: without Py_VA_COPY, the function does crash. I don't understand why." Ok, here is the answer. http://stackoverflow.com/questions/8047362/is-gcc-mishandling-a-pointer-to-a-va-list-passed-to-a-function In short: va_list can be an array (of 1 element) on some platforms (ex: AMD64). |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2012-10-05 21:22:50 | vstinner | set | recipients: + vstinner |
| 2012-10-05 21:22:50 | vstinner | set | messageid: <1349472170.57.0.313181592157.issue16147@psf.upfronthosting.co.za> |
| 2012-10-05 21:22:50 | vstinner | link | issue16147 messages |
| 2012-10-05 21:22:50 | vstinner | create | |