Skip to content
This repository was archived by the owner on Jun 1, 2026. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: googleapis/python-crc32c
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.4
Choose a base ref
...
head repository: googleapis/python-crc32c
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.1.5
Choose a head ref
  • 3 commits
  • 5 files changed
  • 2 contributors

Commits on Sep 7, 2021

  1. fix: revert to silent fallback to pure-Python build (#93)

    Closes #92.
    
    Add a fix for a segfault on MacOS 11 ("Big Sur"):
    
    - In `extend`, parse prior 'crc' value to 'extend' as 'unsigned long'
    
    'PyArg_ParseTuple' w/ 'k' flag seems not to assign cleanly into a 'uint32_t'
    variable on at least some MacOS / Python combinations.
    
    Closes #96.
    tseaver authored Sep 7, 2021
    Configuration menu
    Copy the full SHA
    789a420 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    16504e7 View commit details
    Browse the repository at this point in the history
  3. chore: release 1.1.5 (#99)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    Co-authored-by: Tres Seaver <[email protected]>
    release-please[bot] and tseaver authored Sep 7, 2021
    Configuration menu
    Copy the full SHA
    80e1d7c View commit details
    Browse the repository at this point in the history
Loading