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: pythongssapi/python-gssapi
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 55df351
Choose a base ref
...
head repository: pythongssapi/python-gssapi
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 02a1dbe
Choose a head ref
  • 2 commits
  • 6 files changed
  • 1 contributor

Commits on Jan 23, 2026

  1. Add Free-Threading and Limited API/Stable ABI

    Add support for building wheels with the free-threaded interpreter and
    also with the limited API/stable ABI on Python 3.11+. There is limited
    testing for the free-threading setup but this become usable for people
    running on that interpreter without reverting back to locking the GIL.
    
    Signed-off-by: Jordan Borean <jborean93@gmail.com>
    jborean93 committed Jan 23, 2026
    Configuration menu
    Copy the full SHA
    28ae966 View commit details
    Browse the repository at this point in the history
  2. Fix up flake issue

    Signed-off-by: Jordan Borean <jborean93@gmail.com>
    jborean93 committed Jan 23, 2026
    Configuration menu
    Copy the full SHA
    02a1dbe View commit details
    Browse the repository at this point in the history
Loading