v1.0
Additions:
- Add Py_UNREACHABLE from Python 3.7
- Add Py_RETURN_RICHCOMPARE from Python 3.7
- Add Py_UNUSED from Python 3.4
Deprecations:
- The macro PY3C_RICHCMP is deprecated in favor of Py_RETURN_RICHCOMPARE.
There are no plans to remove the old macro from py3c.
Fixes:
- The PyStr_Concat function no longer causes GCC warnings about being unused.
Tests:
- The test suite now fails on unexpected compiler warnings.
Packaging:
- py3c is now on PyPI, thanks to @xoviat