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, skrah, vstinner
Date 2015-02-27.23:26:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1425079611.03.0.0381106094342.issue23496@psf.upfronthosting.co.za>
In-reply-to
Content
Ok, if I don't finish it today, I *will* finish it tomorrow. Or Sunday. Sunday is the latest, though I'm pretty sure I'll be done by Saturday.

Hardest part is likely going to be re-configuring the Android emulator to test it.

Cyd (and anyone else who can), do you think you could test the binaries, too? I'll get them to you somehow. You have a real device; I have an old real device and an emulator.

Side note for Cyd: I'd advise you just use the fork of CPython you have and just push them to GitHub:

$ git remote add origin <url of your GitHub repo with .git at the end>
$ git push --all origin -u

That will push your changes (and every branch of CPython, I have no clue what your branch name is, so this just does everything) to the GitHub mirror.

So...I'm understanding that the game plan will go like this:

- Cyd pushes the changes he made to a GitHub fork of Python (and hopefully posts the URL here ;)
- I clone the repo and try to get the changes working with the dev version
- Somewhere in between now and the end of the world, Ethan will set up a build slave

I'll also help all I can with keeping these changes working with future versions of Python.
History
Date User Action Args
2015-02-27 23:26:51refi64setrecipients: + refi64, vstinner, r.david.murray, skrah, freakboy3742, ethan.furman, chaselton
2015-02-27 23:26:51refi64setmessageid: <1425079611.03.0.0381106094342.issue23496@psf.upfronthosting.co.za>
2015-02-27 23:26:51refi64linkissue23496 messages
2015-02-27 23:26:50refi64create