This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
| Author | refi64 |
|---|---|
| Recipients | chaselton, ethan.furman, freakboy3742, r.david.murray, refi64 |
| Date | 2015年04月09日.19:13:08 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <CAO41-mOvq3gBA_UfaSrXQoKbbpGEJb0X7+C+4WC8gOOPp0x+HQ@mail.gmail.com> |
| In-reply-to | <1428605475.51.0.011628142903.issue23496@psf.upfronthosting.co.za> |
| Content | |
|---|---|
I put a fix in the patch; I don't know why the heck it didn't apply. Just go to Python/pythonrun.c, line 66 and put a semicolon (;) at the end of the line. On Thu, Apr 9, 2015 at 1:51 PM, Cyd Haselton <report@bugs.python.org> wrote: > > Cyd Haselton added the comment: > > Done, but got this error: > > Python/pythonrun.c: In function 'android_wcstombs': > Python/pythonrun.c:67:5: error: expected ';' before 'if' > if (c >= 0xdc800 && c <= 0xdcff) > ^ > Python/pythonrun.c:62:11: warning: variable 'c' set but not used > [-Wunused-but-set-variable] > wchar_t c; > ^ > make: *** [Python/pythonrun.o] Error 1 > > ---------- > > _______________________________________ > Python tracker <report@bugs.python.org> > <http://bugs.python.org/issue23496> > _______________________________________ > |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2015年04月09日 19:13:08 | refi64 | set | recipients: + refi64, r.david.murray, freakboy3742, ethan.furman, chaselton |
| 2015年04月09日 19:13:08 | refi64 | link | issue23496 messages |
| 2015年04月09日 19:13:08 | refi64 | create | |