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: microsoft/debugpy
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 40a471e
Choose a base ref
...
head repository: microsoft/debugpy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 96de437
Choose a head ref
  • 4 commits
  • 8 files changed
  • 4 contributors

Commits on Feb 4, 2025

  1. Configuration menu
    Copy the full SHA
    4c226dd View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2025

  1. Suppress warning on exit by properly closing pydevd socket (#1826)

    * Fix #1812, first try
    
    * Prevent tries to close socket multiple times
    bersbersbers authored Feb 5, 2025
    Configuration menu
    Copy the full SHA
    fb0b06c View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2025

  1. Handle invalid __getattribute__ functions (#1833)

    * Handle invalid `__getattribute__` functions
    
    Addresses #1832
    
    * Update src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_net_command.py
    
    Co-authored-by: Mike Fährmann <mike_faehrmann@web.de>
    
    ---------
    
    Co-authored-by: Mike Fährmann <mike_faehrmann@web.de>
    rchiodo and mikf authored Feb 12, 2025
    Configuration menu
    Copy the full SHA
    ed9f294 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2025

  1. Fix binskim warnings for mac, linux, and pyd files (#1856)

    * Add controlflow guard to linux, mac, and pyd files
    
    * Fix manylinux too
    
    * Fix pydevd bits too
    rchiodo authored Mar 5, 2025
    Configuration menu
    Copy the full SHA
    96de437 View commit details
    Browse the repository at this point in the history
Loading