X Tutup
The Wayback Machine - https://web.archive.org/web/20221218082801/https://github.com/python/cpython/pull/28863
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

Fix format string in _PyImport_LoadDynamicModuleWithSpec() #28863

Merged
merged 1 commit into from Oct 12, 2021

Conversation

serhiy-storchaka
Copy link
Member

@serhiy-storchaka serhiy-storchaka commented Oct 11, 2021

No description provided.

@corona10
Copy link
Member

corona10 commented Oct 12, 2021

Nice catch :)

@serhiy-storchaka serhiy-storchaka merged commit f79f3b4 into python:main Oct 12, 2021
11 checks passed
@miss-islington
Copy link
Contributor

miss-islington commented Oct 12, 2021

Thanks @serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 3.9, 3.10.
🐍🍒🤖

@serhiy-storchaka serhiy-storchaka deleted the importdl-format branch Oct 12, 2021
@bedevere-bot
Copy link

bedevere-bot commented Oct 12, 2021

GH-28896 is a backport of this pull request to the 3.10 branch.

@bedevere-bot
Copy link

bedevere-bot commented Oct 12, 2021

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

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Oct 12, 2021
…28863)

(cherry picked from commit f79f3b4)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Oct 12, 2021
…28863)

(cherry picked from commit f79f3b4)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Mariatta pushed a commit that referenced this pull request Oct 12, 2021
(cherry picked from commit f79f3b4)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Mariatta pushed a commit that referenced this pull request Oct 12, 2021
(cherry picked from commit f79f3b4)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip issue skip news type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants
X Tutup