encukou / py3c

A Python 2/3 compatibility layer for C extensions
http://py3c.readthedocs.org
MIT License
59 stars 20 forks source link

Backport features from 3.7 #16

Closed encukou closed 6 years ago

encukou commented 6 years ago

Python 3.7 will finally include a rich comparison helper, so we can deprecate PY3C_RICHCMP.

Fixes https://github.com/encukou/py3c/issues/15