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

gh-102493: fix normalization in PyErr_SetObject by iritkatriel · Pull Request #102502 · python/cpython · GitHub

/ cpython Public

gh-102493: fix normalization in PyErr_SetObject - #102502

Merged
Yhg1s merged 8 commits into
python:mainfrom
iritkatriel:gh-102493
Mar 7, 2023
Merged

gh-102493: fix normalization in PyErr_SetObject#102502
Yhg1s merged 8 commits into
python:mainfrom
iritkatriel:gh-102493

Conversation

iritkatriel commented Mar 7, 2023
edited by bedevere-bot
Loading

Copy link
Copy Markdown
Member

ned-deily 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

One minor nit about the NEWS blurb entry but otherwise I verified that the PR does fix the observed regression with psutil on macOS and that no new test suite regressions are observed. Thanks, @iritkatriel, for the fast work!

iritkatriel changed the title gh-102493: fix normalisation in PyErr_SetObject gh-102493: fix normalization in PyErr_SetObject Mar 7, 2023
Comment thread Python/errors.c
Comment thread Python/errors.c Outdated
Comment thread Python/errors.c Outdated
iritkatriel and others added 2 commits March 7, 2023 19:03
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Comment thread Python/errors.c
Yhg1s merged commit a33ca2a into python:main Mar 7, 2023
carljm added a commit to carljm/cpython that referenced this pull request Mar 7, 2023
* main:
  pythongh-102493: fix normalization in PyErr_SetObject (python#102502)
  pythongh-87092: compiler's CFG construction moved to after codegen stage (python#102320)
  pythongh-95913: Consolidate build requirements changes in 3.11 WhatsNew (pythonGH-98781)
  Remove redundant `_ensure_future` in favor of `ensure_future` in `asyncio` (python#102398)
  pythongh-95913: Edit Faster CPython section in 3.11 WhatsNew (pythonGH-98429)
  pythongh-90110: Fix the c-analyzer Tool (python#102483)
  pythongh-101759: Update macOS installer SQLite 3.40.1 checksum (pythongh-102485)
  Remove unused import of `warnings` from `unittest.loader` (python#102479)
  Add gettext support to tools/extensions/c_annotations.py (python#101989)
carljm added a commit to carljm/cpython that referenced this pull request Mar 8, 2023
* main:
  pythongh-102493: fix normalization in PyErr_SetObject (python#102502)
  pythongh-87092: compiler's CFG construction moved to after codegen stage (python#102320)
  pythongh-95913: Consolidate build requirements changes in 3.11 WhatsNew (pythonGH-98781)
  Remove redundant `_ensure_future` in favor of `ensure_future` in `asyncio` (python#102398)
  pythongh-95913: Edit Faster CPython section in 3.11 WhatsNew (pythonGH-98429)
  pythongh-90110: Fix the c-analyzer Tool (python#102483)
  pythongh-101759: Update macOS installer SQLite 3.40.1 checksum (pythongh-102485)
  Remove unused import of `warnings` from `unittest.loader` (python#102479)
  Add gettext support to tools/extensions/c_annotations.py (python#101989)
iritkatriel deleted the gh-102493 branch April 3, 2023 17:44
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

3.12 only security fixes release-blocker type-bug An unexpected behavior, bug, or error

Projects

None yet

Development

Successfully merging this pull request may close these issues.

gh-101607 causes regression in third-party psutil package on macOS

6 participants


Back | FazBrowse Home | New Git URL