Skip to content

0.15.1

Compare
Choose a tag to compare
@indygreg indygreg released this 31 Dec 23:41
· 317 commits to main since this release

Bug Fixes

  • setup.py no longer attempts to build the C backend on PyPy. (#130)
  • <sys/types.h> is now included before <sys/sysctl.h>. This was
    the case in releases prior to 0.15.0 and the include order was reversed
    as part of running clang-format. The old/working order has been
    restored. (#128)
  • Include some private zstd C headers so we can build the C extension against
    a system library. The previous behavior of referencing these headers is
    restored. That behave is rather questionable and undermines the desire to
    use the system zstd.