Update vendored pydevd 3.4.1 -> 3.5.0 (maintenance refresh)#2044
Merged
Conversation
subrepo: subdir: "src/debugpy/_vendored/pydevd" merged: "517195ea" upstream: origin: "https://github.com/fabioz/PyDev.Debugger.git" branch: "main" commit: "d6bc5f50" git-subrepo: version: "0.4.1" origin: "???" commit: "???"
heejaechang
approved these changes
Jun 24, 2026
heejaechang
left a comment
Contributor
There was a problem hiding this comment.
Approved via Review Center.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Refreshes the vendored
pydevdsubrepo from upstream fabioz/PyDev.Debuggerb5cfeb38→d6bc5f50, bumping the bundled pydevd from 3.4.1 → 3.5.0.This is a maintenance-only version refresh. It contains no functional/behavioral changes to the debugger and no CVE-related fixes — it simply brings the vendored copy up to the latest tagged pydevd release.
Changes (genuine upstream 2-commit delta)
pydevd.py__version_info__(3, 4, 1)→(3, 5, 0).gitrepob5cfeb38→d6bc5f50build_tools/build.pyvcvars64detectionbuild_tools/pydevd_release_process.txt.github/workflows/pydevd-release-manylinux.ymlNotes
.pyx/.csource changed, so no Cython rebuild is required.pydevd_process_net_command_json.pythat is not part of upstream's delta) was reverted, keeping this PR to exactly the genuine upstream changes.