Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
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: main
Choose a base ref
...
head repository: microsoft/debugpy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: copilot/fix-python-subprocess-issue
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Feb 23, 2026

  1. Initial plan

    Copilot committed Feb 23, 2026
    Configuration menu
    Copy the full SHA
    6aefe5f View commit details
    Browse the repository at this point in the history
  2. Fix get_fullname to use importlib.util.find_spec instead of removed p…

    …kgutil.get_loader
    
    pkgutil.get_loader() was removed in Python 3.14, causing subprocess
    module execution to fail with "No module named" when subProcess: true.
    Replace with importlib.util.find_spec() which is the recommended
    replacement and works across all supported Python versions.
    
    Co-authored-by: rchiodo <19672699+rchiodo@users.noreply.github.com>
    Copilot and rchiodo committed Feb 23, 2026
    Configuration menu
    Copy the full SHA
    d14327b View commit details
    Browse the repository at this point in the history
Loading