Skip to content

v1.0

Compare
Choose a tag to compare
@encukou encukou released this 04 Oct 12:35
· 60 commits to master since this release

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