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/python-pythoncapi-compat
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: python/pythoncapi-compat
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.
  • 5 commits
  • 8 files changed
  • 2 contributors

Commits on Feb 12, 2026

  1. Add PyUnstable_SetImmortal() (python#164)

    Co-authored-by: Victor Stinner <[email protected]>
    kumaraditya303 and vstinner authored Feb 12, 2026
    Configuration menu
    Copy the full SHA
    8636bcc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    442b482 View commit details
    Browse the repository at this point in the history
  3. Fix tests on python3.14t (python#166)

    * Add Py_MOD_GIL_NOT_USED to the C/C++ extension.
    * Add "t" suffix to the Python version on free-threaded build.
    * On Python 3.14 and newer, call sys._clear_internal_caches()
      instead of sys._clear_type_cache() to avoid a deprecation warning.
    vstinner authored Feb 12, 2026
    Configuration menu
    Copy the full SHA
    5fc6653 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6290c7b View commit details
    Browse the repository at this point in the history
  5. Build C and C++ extensions with /W4 on Windows (python#168)

    Build C and C++ extensions with /W4 on Windows on Python 3.12 and newer.
    
    Move PyAPI_FUNC() definitions to the file level.
    
    Remove also -Wno-typedef-redefinition flag.
    vstinner authored Feb 12, 2026
    Configuration menu
    Copy the full SHA
    f6121eb View commit details
    Browse the repository at this point in the history
Loading