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

[3.12] gh-119049: Fix incorrect display of warning which is constructed by C API (GH-119063) by Eclips4 · Pull Request #119119 · python/cpython · GitHub

/ cpython Public

[3.12] gh-119049: Fix incorrect display of warning which is constructed by C API (GH-119063) - #119119

Closed
Eclips4 wants to merge 1 commit into
python:3.12from
Eclips4:issue-119049-312
Closed

[3.12] gh-119049: Fix incorrect display of warning which is constructed by C API (GH-119063)#119119
Eclips4 wants to merge 1 commit into
python:3.12from
Eclips4:issue-119049-312

Conversation

Eclips4 commented May 17, 2024
edited by bedevere-app Bot
Loading

Copy link
Copy Markdown
Member

The source line was not displayed if the warnings module had not yet been imported.

…d by C API (pythonGH-119063)

The source line was not displayed if the warnings module had not yet
been imported.

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

Humm, the tests are passed with the unmodified code. Does it mean that the issue did not exist in 3.12 or that it was reproducible only when pass the code as a string in 3.13?

Eclips4 commented May 17, 2024

Copy link
Copy Markdown
Member Author

Humm, the tests are passed with the unmodified code. Does it mean that the issue did not exist in 3.12 or that it was reproducible only when pass the code as a string in 3.13?

Indeed, the issue only occurs when passing the code as a string in 3.13+ versions. Backporting this pull request to 3.12 makes no sense, so I'm going to close it.

Eclips4 closed this May 17, 2024
Eclips4 deleted the issue-119049-312 branch May 17, 2024 15:37
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.

2 participants


Back | FazBrowse Home | New Git URL