◐ Shell
clean mode source ↗

[3.8] bpo-42384: pdb: correctly populate sys.path[0] (GH-23338) by hexagonrecursion · Pull Request #24320 · python/cpython

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Merged

gvanrossum

merged 2 commits into

python:3.8from

hexagonrecursion:bp38-part1

Jan 25, 2021

Merged

[3.8] bpo-42384: pdb: correctly populate sys.path[0] (GH-23338)#24320

gvanrossum

merged 2 commits into

python:3.8from

hexagonrecursion:bp38-part1

Conversation

@hexagonrecursion

@hexagonrecursion hexagonrecursion commented

Jan 25, 2021

edited by bedevere-bot

Loading

Copy link Copy Markdown

Contributor

#24291 was an attempt to backport #23338 to 3.8. It failed due to tests. This is an updated PR that fixes the failing tests.

Co-authored-by: Miss Islington (bot) mariatta.wijaya+miss-islington@gmail.com

https://bugs.python.org/issue42384

Automerge-Triggered-By: GH:gvanrossum
(cherry picked from commit 8603dfb)

Co-authored-by: Andrey Bienkowski <hexagonrecursion@gmail.com>

@gvanrossum gvanrossum merged commit c10180e into python:3.8

Jan 25, 2021

@bedevere-bot

Copy link Copy Markdown

@gvanrossum: Please replace # with GH- in the commit message next time. Thanks!

@hexagonrecursion hexagonrecursion deleted the bp38-part1 branch

January 26, 2021 10:19

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

@gvanrossum gvanrossum gvanrossum approved these changes

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

4 participants

@hexagonrecursion @bedevere-bot @gvanrossum @the-knights-who-say-ni