← 返回首页
gh-94808: Improve coverage of _PyBytes_FormatEx by mdboom · Pull Request #95895 · python/cpython · GitHub
Skip to content

Navigation Menu

Toggle navigation
Sign in
Appearance settings
Search or jump to...

Search code, repositories, users, issues, pull requests...

Provide feedback

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

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Resetting focus

gh-94808: Improve coverage of _PyBytes_FormatEx#95895

Merged
miss-islington merged 2 commits into
python:mainfrom
mdboom:coverage-bytesobject-PyBytes_FormatEx
Sep 7, 2022
Merged

gh-94808: Improve coverage of _PyBytes_FormatEx#95895
miss-islington merged 2 commits into
python:mainfrom
mdboom:coverage-bytesobject-PyBytes_FormatEx

Conversation

mdboom commented Aug 11, 2022
edited by miss-islington
Loading

Copy link
Copy Markdown
Contributor

There were two specific areas not covered:

  • %(name) syntax
  • %*s syntax

Automerge-Triggered-By: GH:iritkatriel

There were two specific areas not covered: - %(name) syntax - %*s syntax
mdboom force-pushed the coverage-bytesobject-PyBytes_FormatEx branch from d3efc12 to d301fc3 Compare August 11, 2022 17:38

iritkatriel left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality Hide comment

LGTM.

Copy link
Copy Markdown
Contributor

Status check is done, and it's a success ✅.

miss-islington merged commit dde15f5 into python:main Sep 7, 2022

Copy link
Copy Markdown
Contributor

Thanks @mdboom for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Sep 7, 2022
There were two specific areas not covered: - %(name) syntax - %*s syntax Automerge-Triggered-By: GH:iritkatriel (cherry picked from commit dde15f5) Co-authored-by: Michael Droettboom <mdboom@gmail.com>
bedevere-bot removed the needs backport to 3.11 only security fixes label Sep 7, 2022

Copy link
Copy Markdown

GH-96647 is a backport of this pull request to the 3.11 branch.

miss-islington added a commit that referenced this pull request Sep 7, 2022
There were two specific areas not covered: - %(name) syntax - %*s syntax Automerge-Triggered-By: GH:iritkatriel (cherry picked from commit dde15f5) Co-authored-by: Michael Droettboom <mdboom@gmail.com>
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

Labels

skip news tests Tests in the Lib/test dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

Footer

© 2026 GitHub, Inc.