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 chaselton
Recipients chaselton, ethan.furman, freakboy3742, r.david.murray, refi64
Date 2015-04-09.18:51:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1428605475.51.0.011628142903.issue23496@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2015-04-09 18:51:15chaseltonsetrecipients: + chaselton, r.david.murray, freakboy3742, ethan.furman, refi64
2015-04-09 18:51:15chaseltonsetmessageid: <1428605475.51.0.011628142903.issue23496@psf.upfronthosting.co.za>
2015-04-09 18:51:15chaseltonlinkissue23496 messages
2015-04-09 18:51:15chaseltoncreate