FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

gh-146615: Fix format specifiers in extension modules by sunmy2019 · Pull Request #146617 · python/cpython · GitHub

/ cpython Public

gh-146615: Fix format specifiers in extension modules - #146617

Merged
serhiy-storchaka merged 3 commits into
python:mainfrom
sunmy2019:gh-146615-2
Mar 31, 2026
Merged

gh-146615: Fix format specifiers in extension modules#146617
serhiy-storchaka merged 3 commits into
python:mainfrom
sunmy2019:gh-146615-2

Conversation

sunmy2019 commented Mar 30, 2026
edited by bedevere-app Bot
Loading

Copy link
Copy Markdown
Member

Comment thread Modules/_ssl.c
Comment thread Modules/_ssl.c Outdated
Comment thread Modules/_ssl.c Outdated

picnixz commented Mar 30, 2026

Copy link
Copy Markdown
Member

See #146620 (comment) for the rationale of skip news

serhiy-storchaka 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

LGTM. 👍

StanFromIreland 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

LGTM for _zoneinfo.c

kumaraditya303 left a comment

Copy link
Copy Markdown
Contributor

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

asyncio changes LGTM.

serhiy-storchaka merged commit 1c396e1 into python:main Mar 31, 2026
65 checks passed

Copy link
Copy Markdown

Thanks @sunmy2019 for the PR, and @serhiy-storchaka for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13, 3.14.
🐍🍒⛏🤖

Copy link
Copy Markdown

Sorry, @sunmy2019 and @serhiy-storchaka, I could not cleanly backport this to 3.14 due to a conflict.
Please backport using cherry_picker on command line.

cherry_picker 1c396e18218daa723b425af0781c5e762d7717c2 3.14

Copy link
Copy Markdown

Sorry, @sunmy2019 and @serhiy-storchaka, I could not cleanly backport this to 3.13 due to a conflict.
Please backport using cherry_picker on command line.

cherry_picker 1c396e18218daa723b425af0781c5e762d7717c2 3.13

serhiy-storchaka pushed a commit to serhiy-storchaka/cpython that referenced this pull request Mar 31, 2026
…ythonGH-146617)

(cherry picked from commit 1c396e1)

Co-authored-by: sunmy2019 <59365878+sunmy2019@users.noreply.github.com>

bedevere-app Bot commented Mar 31, 2026

Copy link
Copy Markdown

GH-146652 is a backport of this pull request to the 3.14 branch.

bedevere-app Bot removed the needs backport to 3.14 bugs and security fixes label Mar 31, 2026
serhiy-storchaka removed the needs backport to 3.13 bugs and security fixes label Mar 31, 2026
serhiy-storchaka removed their assignment Mar 31, 2026
serhiy-storchaka pushed a commit to serhiy-storchaka/cpython that referenced this pull request Mar 31, 2026
…ythonGH-146617)

(cherry picked from commit 1c396e1)

Co-authored-by: sunmy2019 <59365878+sunmy2019@users.noreply.github.com>
serhiy-storchaka pushed a commit to serhiy-storchaka/cpython that referenced this pull request Mar 31, 2026
…ythonGH-146617)

(cherry picked from commit 1c396e1)

Co-authored-by: sunmy2019 <59365878+sunmy2019@users.noreply.github.com>
serhiy-storchaka added a commit that referenced this pull request Mar 31, 2026
…) (GH-146652)

(cherry picked from commit 1c396e1)

Co-authored-by: sunmy2019 <59365878+sunmy2019@users.noreply.github.com>
serhiy-storchaka added a commit to serhiy-storchaka/cpython that referenced this pull request Mar 31, 2026
…ythonGH-146617) (pythonGH-146652)

(cherry picked from commit 1c396e1)
(cherry picked from commit 58c7259)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Co-authored-by: sunmy2019 <59365878+sunmy2019@users.noreply.github.com>
maurycy added a commit to maurycy/cpython that referenced this pull request Mar 31, 2026
* main:
  pythongh-145458: use `self.skip_idle` consistently in the tachyon profiler (python#145459)
  pythongh-146615: Fix format specifiers in Objects/ directory (pythonGH-146620)
  pythongh-146615: Fix format specifiers in Python/ directory (pythonGH-146619)
  pythongh-146615: Fix format specifiers in test cextensions (pythonGH-146618)
  pythongh-146615: Fix format specifiers in extension modules (pythonGH-146617)
  pythongh-146615: Fix crash in __get__() for METH_METHOD descriptors with invalid type argument (pythonGH-146634)
  pythongh-146376: Reduce timeout in Emscripten GHA workflow (python#146378)
  pythongh-146442: Fix various bugs in compiler pipeline (python#146443)
  pythongh-146238: Support half-floats in the array module (python#146242)
  pythongh-145056: Add support for merging collections.UserDict and frozendict (pythonGH-146465)
  pythongh-145056: Fix merging of collections.OrderedDict and frozendict (pythonGH-146466)
  pythongh-139633: Run netrc file permission check only once per parse (pythonGH-139634)
serhiy-storchaka added a commit that referenced this pull request Mar 31, 2026
…) (GH-146652) (GH-146658)

(cherry picked from commit 1c396e1)
(cherry picked from commit 58c7259)

Co-authored-by: sunmy2019 <59365878+sunmy2019@users.noreply.github.com>

bedevere-app Bot commented Mar 31, 2026

Copy link
Copy Markdown

GH-147704 is a backport of this pull request to the 3.14 branch.

vstinner pushed a commit that referenced this pull request Apr 1, 2026
…) (#147704)

Fix format specifier in parse_task_name() for long result.
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants


Back | FazBrowse Home | New Git URL