Message 242754 - Python tracker
Message242754
| Author | lemburg |
|---|---|
| Recipients | Arfrever, Danya.Alexeyevsky, benjamin.peterson, berker.peksag, davin, koobs, larry, lemburg, pitrou |
| Date | 2015-05-08.11:16:35 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1431083795.62.0.423009685032.issue23042@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Here's a patch which I have tested on Linux, FreeBSD and Mac OS X. It solves the problem with compiling in Windows calls on non-Windows platforms and resynchronizes the ffi_raw_call() function with the ffi_call() implementation. Both functions had the same issue and the only difference between the two is the use of ffi_prep_args_raw instead of ffi_prep_args. As with davin's patch, this would need to be tested on Windows. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2015-05-08 11:16:35 | lemburg | set | recipients: + lemburg, pitrou, larry, benjamin.peterson, Arfrever, Danya.Alexeyevsky, berker.peksag, koobs, davin |
| 2015-05-08 11:16:35 | lemburg | set | messageid: <1431083795.62.0.423009685032.issue23042@psf.upfronthosting.co.za> |
| 2015-05-08 11:16:35 | lemburg | link | issue23042 messages |
| 2015-05-08 11:16:35 | lemburg | create | |