Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bpo-44061: Fix pkgutil.iter_modules regression #25964

Merged
merged 6 commits into from
May 11, 2021
Merged

Conversation

miguendes
Copy link
Contributor

@miguendes miguendes commented May 7, 2021

Lib/test/test_pkgutil.py Outdated Show resolved Hide resolved
Lib/test/test_pkgutil.py Outdated Show resolved Hide resolved
Copy link
Member

@zooba zooba left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Couple of minor test tweaks, and once applied I'll make sure CI runs and then it should be good.

Lib/test/test_pkgutil.py Outdated Show resolved Hide resolved
Lib/test/test_pkgutil.py Outdated Show resolved Hide resolved
miguendes and others added 3 commits May 11, 2021 18:40
Co-authored-by: Steve Dower <steve.dower@microsoft.com>
Co-authored-by: Steve Dower <steve.dower@microsoft.com>
Co-authored-by: Steve Dower <steve.dower@microsoft.com>
@zooba zooba added the needs backport to 3.9 only security fixes label May 11, 2021
@zooba zooba merged commit e9d7f88 into python:main May 11, 2021
@miss-islington
Copy link
Contributor

Thanks @miguendes for the PR, and @zooba for merging it 🌮🎉.. I'm working now to backport this PR to: 3.9.
🐍🍒⛏🤖

@miss-islington
Copy link
Contributor

Sorry, @miguendes and @zooba, I could not cleanly backport this to 3.9 due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker e9d7f88d5643f7e6387bf994c130503766d7eb92 3.9

zooba pushed a commit to zooba/cpython that referenced this pull request May 11, 2021
@bedevere-bot
Copy link

GH-26052 is a backport of this pull request to the 3.9 branch.

@miss-islington
Copy link
Contributor

Thanks @miguendes for the PR, and @zooba for merging it 🌮🎉.. I'm working now to backport this PR to: 3.8.
🐍🍒⛏🤖

@miss-islington
Copy link
Contributor

Sorry @miguendes and @zooba, I had trouble checking out the 3.8 backport branch.
Please backport using cherry_picker on command line.
cherry_picker e9d7f88d5643f7e6387bf994c130503766d7eb92 3.8

ambv pushed a commit that referenced this pull request May 12, 2021
…Path object (GH-25964) (GH-26052)

Co-authored-by: Miguel Brito <5544985+miguendes@users.noreply.github.com>
ambv pushed a commit to ambv/cpython that referenced this pull request May 12, 2021
…thlib.Path object (pythonGH-25964).

(cherry picked from commit e9d7f88)

Co-authored-by: Miguel Brito <5544985+miguendes@users.noreply.github.com>
@bedevere-bot
Copy link

GH-26056 is a backport of this pull request to the 3.8 branch.

ambv added a commit that referenced this pull request May 12, 2021
…thlib.Path object (GH-25964). (GH-26056)

(cherry picked from commit e9d7f88)

Co-authored-by: Miguel Brito <5544985+miguendes@users.noreply.github.com>
facebook-github-bot pushed a commit to facebookincubator/cinder that referenced this pull request Jan 3, 2024
…Path object (GH-25964)

Summary:
upstream issue: python/cpython#88227
upstream PR: python/cpython#25964
upstream commit: python/cpython@e9d7f88

Reviewed By: carljm

Differential Revision: D52495633

fbshipit-source-id: b6d1b3dab4a66d63e4a0171542b236a663b3d6fb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants