Damien Churchill and I have been making some progress.
Damien Churchill has a repo that is partially working in Python 3
https://bitbucket.org/damoxc/gevent
I have a pull request open for Python 3 changes although Damien's repo
may be a better source by now.
I'd also like to know your plans and requirements, Denis. Are you open
to adding Python 3 compatible code to your repo now? Can you specify
what you're looking for so we can work towards your requirements and
get Python 3 code accepted to your repo?
I feel that getting Python 3 updates added to the repo will be a
stimulus for the Python 3 effort and provide a basis for
collaboration. The code that Damien and I have been working on is the
Python 2 code with additional steps in the setup.py to apply Python 3
build steps. In some instances conditionals have been inserted in the
Python 2 code to detect Python 3 environment at run time. Python 2
builds should continue to work as normal while we build up Python 3
functionality.
Thanks
Anil