halostatue-archive / rubypython

An in-process between Ruby and Python 2.
Other
255 stars 47 forks source link

python3+ support #3

Open kitech opened 9 years ago

kitech commented 9 years ago

hi, I try to let rubypython support python3, and for my little program it works fine.

But i don't known how merge to master and make it compatitate with both python2 and python3.

suggest me if this pull request need more improvement.

Thanks.

halostatue commented 9 years ago

Thank you. I will look at this when I have time. It may get more response if it is put on the parent repository (https://bitbucket.org/raineszm/rubypython/src)—which will require doing things in Mercurial.

afeldman commented 7 years ago

I forked this project and I make a python3 change for linux.

peter-wangxu commented 7 years ago

@afeldman feel free to send separate PR once you complete the testing for you change.

afeldman commented 7 years ago

Can I open a new branch for python3?

peter-wangxu commented 7 years ago

do you mean separating the python3 support from current python2?

afeldman commented 7 years ago

yes. I do not support python2 in that project. I try to switch compliantly to python3. It is a lot of work to make the project python2 and python3 compatible, because of the change in the c datatypes

peter-wangxu commented 7 years ago

Looks fine. it's the first step to support python3 based on current code base.

Please let me know if you need some extra support from my side. Kindly send the PR with test code. cannot help reviewing your changes.