Skip to content
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: spsforks/msgpack-msgpack-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: msgpack/msgpack-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 5 files changed
  • 3 contributors

Commits on Feb 21, 2026

  1. ci: add riscv64 manylinux/musllinux wheels (msgpack#664)

    Now that cibuildwheel and PyPI support riscv64, we can start building
    riscv64 wheels.
    
    Because there is no native riscv64 runner available, this PR adds a
    QEMU-based riscv64 job to the cibuildwheel workflow.
    
    Signed-off-by: Julien Stephan <jstephan@baylibre.com>
    justeph authored Feb 21, 2026
    Configuration menu
    Copy the full SHA
    6357bc2 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2026

  1. fix: check unpack_callback_uint32 result (msgpack#666)

    Similar to msgpack#665, just a return value check to propagate the error in
    case one happens (instead of silently ignoring it).
    
    Note that as opposed to the previous lines, we don't need to
    `PyErr_SetString` since `unpack_callback_uint32` calls
    `PyLong_FromSize_t` which itself should set whatever Python error is
    relevant; we just need to make it clear to the caller that an error
    occurred.
    KowalskiThomas authored Apr 21, 2026
    Configuration menu
    Copy the full SHA
    156bb05 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d465bd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    95c8be5 View commit details
    Browse the repository at this point in the history
Loading