-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
python 3 or pypy support #23
Comments
specifically, with
|
Oh goodness! I'm a bit stumped on how to help. I haven't even looked at the Amara 2 codebase for probably five years. It's been all Amara 3 for me, which I know doesn't help because that isn't compatible with Akara (I've also left off Akara in favor of combining custom aiohttp server code with Amara 3). Looking at those gcc errors I wonder whether updating the embedded expat to 2.2.8 would do the trick (i.e. putting that in lib/src/expat/lib/). That would also have the advantage of patching the recent security bugs in expat. |
I tried that— but it was missing a util.c
Get Outlook for iOS<https://aka.ms/o0ukef>
…________________________________
From: Uche <[email protected]>
Sent: Friday, September 20, 2019 5:48:00 PM
To: zepheira/amara <[email protected]>
Cc: Brian Tingle <[email protected]>; Author <[email protected]>
Subject: Re: [zepheira/amara] python 3 or pypy support (#23)
Oh goodness! I'm a bit stumped on how to help. I haven't even looked at the Amara 2 codebase for probably five years. It's been all Amara 3 for me, which I know doesn't help because that isn't compatible with Akara (I've also left off Akara in favor of combining custom aiohttp server code with Amara 3).
Looking at those gcc errors I wonder whether updating the embedded expat to 2.2.8 would do the trick (i.e. putting that in lib/src/expat/lib/). That would also have the advantage of patching the recent security bugs in expat.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#23?email_source=notifications&email_token=AABXQLVL6QTSHUWMZRJKAVTQKVVMBA5CNFSM4IYFW4M2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD7IG42I#issuecomment-533753449>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AABXQLXKOASCL5TLHTT7IALQKVVMBANCNFSM4IYFW4MQ>.
|
FWIW, it looks like the expat there has been modified as part of the domlette work |
I need to migrate to either
pypy
or python 3 after Jan 2020. Any ideas for a good migration path for a python2 project that usesakara
and needs to be migrated?The text was updated successfully, but these errors were encountered: