[issue12010] Compile fails when sizeof(wchar_t) == 1

David Coles report at bugs.python.org
Sat May 7 00:49:58 CEST 2011


David Coles <coles.david at gmail.com> added the comment:

On Fri, May 6, 2011 at 3:17 PM, Marc-Andre Lemburg
<report at bugs.python.org> wrote:
> Since you sound like you want to get Python running on Android,
> are you aware of this project ?
>
>  http://code.google.com/p/android-scripting/

Yes. It's excellent. I've actually been using it as a porting
reference for Python 3.

The problem is work decided to be very future proof with it's clients
and decided to use Python 3 as the embedded scripting language.
Because of differences in the C API, it looked like it might be easier
to do a port of Python 3 to Android (we already cross compile an ARM
version for another Linux platform) then to have the Android client
with 2.6 version.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12010>
_______________________________________


More information about the Python-bugs-list mailing list