Thanks to visit codestin.com
Credit goes to github.com

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

Commits on Sep 15, 2026

  1. pythongh-91398: Remove the border around the IDLE Shell sidebar (pyth…

    …onGH-32363)
    
    It was drawn in the window background color and stood out with dark themes.
    
    Co-authored-by: Terry Jan Reedy <[email protected]>
    BA-24 and terryjreedy authored Sep 15, 2026
    Configuration menu
    Copy the full SHA
    82952e3 View commit details
    Browse the repository at this point in the history
  2. pythongh-157495: Implement Py_MIN/MAX/ABS using typeof() (python#157496)

    On GCC and clang, implement Py_MIN(), Py_MAX() and Py_ABS()
    using typeof() and statement expression to only evaluate each
    argument once and detect signed/unsigned comparison.
    
    Test also these macros in test_cext and test_cppext to test different
    compiler flags and test the limited C API.
    vstinner authored Sep 15, 2026
    Configuration menu
    Copy the full SHA
    e2ca4dc View commit details
    Browse the repository at this point in the history
  3. pythongh-157242: Add support.inject_memory_error() function (python#1…

    …57431)
    
    Add inject_memory_error() and memory_error_cm() functions to
    test.support to inject memory errors: make the memory allocator fail.
    vstinner authored Sep 15, 2026
    Configuration menu
    Copy the full SHA
    9a1733d View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2026

  1. pythongh-69004: Disable the IDLE Debugger menu item while user code r…

    …uns (python#157599)
    
    Like Stack Viewer since pythonGH-17163, instead of a "Don't debug now" box.
    
    Co-authored-by: Claude Opus 5 (1M context) <[email protected]>
    serhiy-storchaka and claude authored Sep 16, 2026
    Configuration menu
    Copy the full SHA
    2f04bda View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e682b44 View commit details
    Browse the repository at this point in the history
  3. pythongh-156920, pythongh-156698: fix ProactorEventLoop datagram tran…

    …sport hangs on close() and after write errors (python#156921)
    
    Co-authored-by: Kumar Aditya <[email protected]>
    graingert and kumaraditya303 authored Sep 16, 2026
    Configuration menu
    Copy the full SHA
    7f52444 View commit details
    Browse the repository at this point in the history
Loading